Problem
When the app crashes, the crash logs captured by DebugOverlay disappear as soon as the app is opened again. There is no way to retrieve or export them after a crash.
Expected behaviour
Crash logs should be saved to disk when a crash occurs, so they are still available after the app is restarted and can be exported for further analysis.
Steps to reproduce
- Enable crash reporting in DebugOverlay.
- Force a crash.
- Reopen the app.
- Crash logs are gone — nothing to export.
Problem
When the app crashes, the crash logs captured by DebugOverlay disappear as soon as the app is opened again. There is no way to retrieve or export them after a crash.
Expected behaviour
Crash logs should be saved to disk when a crash occurs, so they are still available after the app is restarted and can be exported for further analysis.
Steps to reproduce