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
|
|
|
|
|
2019-12-21 19:51:31 +00:00
|
|
|
|
2021-05-22 23:20:13 +00:00
|
|
|
Android logs are kept in memory. Please go to Help → Bug Report to save these logs to a file.
|
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.
|
2021-05-03 03:20:14 +00:00
|
|
|
|
|
|
|
If you instead opt to inline it, please do so behind a spoiler tag:
|
|
|
|
<details>
|
|
|
|
<summary>crash.log</summary>
|
2021-05-22 23:20:13 +00:00
|
|
|
|
2021-05-03 03:20:14 +00:00
|
|
|
```
|
|
|
|
<Paste crash.log content here>
|
|
|
|
```
|
|
|
|
</details>
|