Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Reporting bugs

Marco Bernasocchi edited this page Aug 25, 2016 · 2 revisions

When reporting bugs, please consider first installing the latest nightly-armeabi or master-armeabi version and see if your problem was not already solved. In case it is not, please provide at least the android version you run the apk version you used the device model the logcat of the problem

Logcat howto

Android < 4.1 or rooted

You can see the logcat (android logs) by using the adb logcat command on your pc (if you have the android SDK) or directly on the device using the catlog or alogcat free application available in the market. From these applications you can email yourself the log and attach it to the bug.

Android >= 4.1 (not rooted)

Yo can still use the above method but with a workaround. Android 4.1 brought in a new security model around logfiles that makes that apps could only read their own logfiles and logfile entries, and can't read logfile entries written by the system or other apps. So if you run android 4.1 or newer on a non rooted device please read this for a workaround to the problem. Here you can find a more in depth explaination by catlog's author

Clone this wiki locally