mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Bug report changes (#7709)
* android: dump logcat to file * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -23,8 +23,8 @@ 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:* DEBUG:* *:F`.
|
||||
|
||||
Android logs are kept in memory. Please go to Help → Bug Report to save these logs to a file.
|
||||
|
||||
Please try to include the relevant sections in your issue description.
|
||||
You can upload the whole `crash.log` file on GitHub by dragging and
|
||||
@@ -33,7 +33,7 @@ dropping it onto this textbox.
|
||||
If you instead opt to inline it, please do so behind a spoiler tag:
|
||||
<details>
|
||||
<summary>crash.log</summary>
|
||||
|
||||
|
||||
```
|
||||
<Paste crash.log content here>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user