mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Added 'how to get crash logs ' (#631)
* Added crash dump and logs * Added crashlog image * changed file extension * styling * fixed navigation item prefix * Fix image
This commit is contained in:
parent
eaf0140f93
commit
c1789dd8a3
BIN
src/.vuepress/public/assets/guides_dump-crashlogs.png
Normal file
BIN
src/.vuepress/public/assets/guides_dump-crashlogs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
@ -199,3 +199,15 @@ Users of Android 7.0 and higher can also see and change **WebView implementation
|
||||
::: c-warning
|
||||
Non-standard implementations like Firefox can lead to Tachiyomi not working correctly or in the worst-case crash. We recommend to set **WebView implementation** to [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview) or [Google Chrome](https://play.google.com/store/apps/details?id=com.android.chrome).
|
||||
:::
|
||||
|
||||
## Getting Logcats and Crash Logs
|
||||
|
||||
To dump crash logs following an app crash, go to (<Navigation item="more"/> → <Navigation item="settings_advanced"/> → **Dump Crash Logs**)
|
||||
|
||||
::: guide-empty
|
||||
<figure class="centered">
|
||||
<img class="zoomable" :src="$withBase('/assets/guides_dump-crashlogs.png')">
|
||||
</figure>
|
||||
:::
|
||||
|
||||
To get device logs if the app is not behaving as expected, record the device logs using a [Logcat Reader](https://play.google.com/store/apps/details?id=com.dp.logcatapp).
|
Loading…
Reference in New Issue
Block a user