/axiom:analyze-crash
Parse and analyze iOS/macOS crash logs to identify root cause (launches the crash-analyzer agent).
Command
bash
/axiom:analyze-crashWhat It Does
- Parse crash report — JSON .ips or text .crash format
- Extract key fields — Exception type, codes, crashed thread, frames
- Check symbolication — Identifies unsymbolicated frames
- Categorize crash pattern — Null pointer, Swift runtime, watchdog, jetsam, etc.
- Generate analysis — Actionable diagnostics with specific next steps
When to Use
- You have a crash log from TestFlight or production
- You need to understand a .ips or .crash file
- You want to identify the crash pattern without manually reading the report
Related
- crash-analyzer — The agent behind this command
- testflight-triage — Crash investigation using Xcode Organizer