2
0
mirror of https://github.com/koreader/koreader synced 2024-11-16 06:12:56 +00:00
koreader/.github/ISSUE_TEMPLATE/bug_report.md
Martín Fernández b9a59f3930
bug template: [android] log native crashes too (#6920)
So we can get the whole picture since the beginning.
2020-11-28 17:48:03 +01:00

865 B

name about title labels assignees
Bug report Create a bug report to help us improve
  • KOReader version:
  • Device:

Issue

Steps to reproduce

crash.log (if applicable)

crash.log is a file that is automatically created when KOReader crashes. It can normally be found in the KOReader directory:

  • /mnt/private/koreader for Cervantes
  • koreader/ directory for Kindle
  • .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:* DEBUG:* *:F.

Please try to include the relevant sections in your issue description. You can upload the whole crash.log file on GitHub by dragging and dropping it onto this textbox.