Plausible CrashReporter
|
Crash Log binary image info. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithCodeType:baseAddress:size:name:uuid: |
Initialize with the given binary image properties. More... | |
Properties | |
PLCrashReportProcessorInfo * | codeType |
Image code type, or nil if unavailable. | |
uint64_t | imageBaseAddress |
Image base address. | |
uint64_t | imageSize |
Segment size. | |
NSString * | imageName |
Image name (absolute path) | |
BOOL | hasImageUUID |
YES if this image has an associated UUID. | |
NSString * | imageUUID |
128-bit object UUID (matches Mach-O DWARF dSYM files). More... | |
Crash Log binary image info.
Represents an executable or shared library.
- (id) initWithCodeType: | (PLCrashReportProcessorInfo *) | processorInfo | |
baseAddress: | (uint64_t) | baseAddress | |
size: | (uint64_t) | size | |
name: | (NSString *) | name | |
uuid: | (NSData *) | uuid | |
Initialize with the given binary image properties.
processorInfo | The image's code type, or nil if unavailable. |
baseAddress | The image's base address. |
size | The image's segment size. |
name | The image's name (absolute path). |
uuid | The image's UUID, or nil if unavailable. In the case of Mach-O, this will be the 128-bit object UUID, which is also used to match against the corresponding Mach-O DWARF dSYM file. |
|
readnonatomicassign |
128-bit object UUID (matches Mach-O DWARF dSYM files).
May be nil if unavailable.