-
-
Notifications
You must be signed in to change notification settings - Fork 73
Reporting bugs
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
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.
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