Types
CrashReportStatus
Where a crash report is in symbolication.
enum
CrashReportStatusValues
PENDING
Stored and waiting for the runtime to match dSYMs.
WAITING_FOR_AGENT
Needs an online macOS agent with Xcode to symbolicate.
SYMBOLICATING
An agent is symbolicating the app frames.
SYMBOLICATED
Every app frame has a name.
PARTIALLY_SYMBOLICATED
Some app frames have names; others still need dSYMs or failed.
MISSING_DSYMS
No uploaded dSYM matches the app's image UUIDs yet.
FAILED
Symbolication failed; the message says why.