ios_crash_symbolicate
Symbolicate a crash report (by id from ios_crash_analytics): resolve stack frames from imageName + offset into symbol + offset (file:line) using atos and symbol binaries on the host. System/OS frames resolve from Xcode’s on-disk DeviceSupport symbols (when a device of that iOS build was prepared in Xcode). App frames resolve only when a matching .dSYM is provided via dsymPath (matched by Mach-O UUID). Unresolvable frames are returned as-is. By default only the faulting thread is symbolicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Crash report id (file name) from ios_crash_analytics | |
| udid | Yes | iOS device UDID | |
| dsymPath | No | Directory of .dSYM bundles for app-frame symbolication (matched by UUID) | |
| allThreads | No | Symbolicate every thread, not just the faulting one (default false) |