bug template: [android] log native crashes too (#6920)

So we can get the whole picture since the beginning.
reviewable/pr6921/r1
Martín Fernández 4 years ago committed by GitHub
parent 8eeb010dc9
commit b9a59f3930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ normally be found in the KOReader directory:
* `.adds/koreader/` directory for Kobo
* `applications/koreader/` directory for Pocketbook
Android won't have a crash.log file because Google restricts what apps can log, so you'll need to obtain logs using `adb logcat KOReader:I ActivityManager:* AndroidRuntime:* *:F`.
Android won't have a crash.log file because Google restricts what apps can log, so you'll need to obtain logs using `adb logcat KOReader:I ActivityManager:* AndroidRuntime:* DEBUG:* *:F`.
Please try to include the relevant sections in your issue description.

Loading…
Cancel
Save