remotely-save/docs/how_to_debug/README.md

20 lines
480 B
Markdown
Raw Permalink Normal View History

2022-03-11 01:47:08 +00:00
# How To Debug
Ideally, users do not need to debug anything. But if something bad happened, we have to dig into details.
## Easy: Export Sync Plans
See [here](./export_sync_plans.md).
2022-04-05 17:04:11 +00:00
## Advanced: Check Console Output Directly
...of desktop and Android.
2022-03-11 01:47:08 +00:00
See [here](./check_console_output.md).
2022-04-05 17:04:11 +00:00
2024-03-17 08:03:40 +00:00
## Advanced: Use `Logstravaganza` to export logs
2022-04-05 17:04:11 +00:00
2024-03-17 08:03:40 +00:00
This method works for desktop and mobile devices (iOS, Android), especially useful for iOS.
2022-04-05 17:04:11 +00:00
2024-03-17 08:03:40 +00:00
See [here](./use_logstravaganza.md).