Skip to main content
objectCrashBinaryImage

Fields

id
ID!

Identifier of this image within its crash.

uuid
String

Binary UUID, dashed. May be null when the report omits it.

name
String!

Binary name.

arch
String

Architecture the report lists. May be null, as MetricKit only reports the device's.

loadAddress
String

Load address, 0x hexadecimal. May be null when unknown.

path
String

Path on the device. May be null when the report omits it.

isApp
Boolean!

Whether the binary ships with the app, so an uploaded dSYM can name its frames.

frameCount
Int!

Frames a dSYM for this binary would name or add source lines to.

dsym

The dSYM matched to this binary. Null when none is uploaded, or it was deleted.