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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user