CrashFrame
One stack frame of a crash, after symbolication.
CrashFrameFields
Position in the backtrace, 0 for the frame that crashed. Inlined frames repeat the index of the frame they were inlined into.
Binary the frame's code belongs to. May be null when the report does not name it.
UUID of that binary, dashed. May be null when the report omits it.
Instruction address, 0x hexadecimal. May be null when the report omits it.
Offset from the binary's load address, 0x hexadecimal. May be null when it cannot be computed.
Function name. May be null when neither the device nor a dSYM named the frame.
Bytes past the start of the function. May be null when a source line is known instead.
Source file, as the dSYM recorded it. May be null when unknown.
Source line. May be null when unknown.
Whether the compiler inlined this function into the frame listed after it.
Whether the frame belongs to the app rather than the operating system.
Whether a dSYM on this server supplied the name, rather than the device.