Export Formats and Crash Workflow
Understand pending reports, export sources, and compact formats.
Export Formats
CircleBox supports:
jsoncsvjson_gzipcsv_gzipsummary
Provenance Fields
Each report contains:
export_source:pending_crashorlive_snapshotcapture_reason:uncaught_exception,manual_export,startup_pending_detection
These fields let you separate real crash-path artifacts from manual snapshots.
Crash Workflow
- Runtime events fill ring buffer.
- Crash path appends
native_exception_prehook. - Pending report is persisted.
- Next launch detects pending report.
- App exports and optionally uploads pending report first.
CSV Notes
CSV includes metadata row and stable event columns:
seqtimestamp_unix_msuptime_mstypethreadseverityattrs_json
Size Reduction Guidance
- Prefer
summaryfor quick telemetry. - Use
json_gzipfor transport. - Keep full
jsononly where deep forensics is needed.