Skip to main content
objectCrashFrame

Fields

index
Int!

Position in the backtrace, 0 for the frame that crashed. Inlined frames repeat the index of the frame they were inlined into.

imageName
String

Binary the frame's code belongs to. May be null when the report does not name it.

imageUuid
String

UUID of that binary, dashed. May be null when the report omits it.

address
String

Instruction address, 0x hexadecimal. May be null when the report omits it.

imageOffset
String

Offset from the binary's load address, 0x hexadecimal. May be null when it cannot be computed.

symbol
String

Function name. May be null when neither the device nor a dSYM named the frame.

symbolOffset
Int

Bytes past the start of the function. May be null when a source line is known instead.

sourceFile
String

Source file, as the dSYM recorded it. May be null when unknown.

sourceLine
Int

Source line. May be null when unknown.

inlined
Boolean!

Whether the compiler inlined this function into the frame listed after it.

isAppFrame
Boolean!

Whether the frame belongs to the app rather than the operating system.

symbolicated
Boolean!

Whether a dSYM on this server supplied the name, rather than the device.