2020-06-22 06:31:54 +00:00
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: ''
assignees: ''
---
2016-02-17 23:45:04 +00:00
* KOReader version:
* Device:
#### Issue
#### Steps to reproduce
2017-10-04 15:22:08 +00:00
##### `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:
2019-12-21 19:51:31 +00:00
* `/mnt/private/koreader` for Cervantes
2017-10-04 15:22:08 +00:00
* `koreader/` directory for Kindle
* `.adds/koreader/` directory for Kobo
* `applications/koreader/` directory for Pocketbook
2020-11-28 16:48:03 +00:00
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` .
2019-12-21 19:51:31 +00:00
2017-10-04 15:22:08 +00:00
Please try to include the relevant sections in your issue description.
You can upload the whole `crash.log` file on GitHub by dragging and
2020-06-22 06:31:54 +00:00
dropping it onto this textbox.