1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:17:39 +03:00

TOC inside the docs

This commit is contained in:
Anton Afanasyeu
2026-06-03 06:23:08 +02:00
parent 4527e97dc0
commit bd339ee90c
24 changed files with 2768 additions and 1 deletions

View File

@@ -1,5 +1,19 @@
# Anonymous crash reporter
---
## Table of contents
<!-- toc -->
- [Android](#android)
- [Backend](#backend)
- [Report files](#report-files)
<!-- /toc -->
**Documentation index:** [README.md](README.md)
---
## Android
- **Main process:** `CrashReporter.install()` — any uncaught Java exception (cast or idle UI) → `files/crash_reports/pending/crash_yyyyMMdd_HHmmss.json` (same stamp as `session_*.json`). Active cast session stats are flushed with `globals.reason: "crash"` when applicable.