Plausible CrashReporter
|
Crash log processor record. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithTypeEncoding:type:subtype: |
Initialize the processor info data object. More... | |
Properties | |
PLCrashReportProcessorTypeEncoding | typeEncoding |
The CPU type encoding. More... | |
uint64_t | type |
The CPU type. More... | |
uint64_t | subtype |
The CPU subtype. More... | |
Crash log processor record.
This contains information about a specific processor type and subtype, and may be used to differentiate between processor variants (eg, ARMv6 vs ARMv7).
The wire format maintains support for multiple CPU type encodings; it is expected that different operating systems may target different processors, and the reported CPU type and subtype information may not be easily or directly expressed when not using the vendor's own defined types.
Currently, only Apple Mach CPU type/subtype information is supported by the wire protocol. These types are stable, intended to be encoded in Mach-O files, and are defined in mach/machine.h on Mac OS X.
- (id) initWithTypeEncoding: | (PLCrashReportProcessorTypeEncoding) | typeEncoding | |
type: | (uint64_t) | type | |
subtype: | (uint64_t) | subtype | |
Initialize the processor info data object.
typeEncoding | The CPU type encoding. |
type | The CPU type. |
subtype | The CPU subtype |
|
readnonatomicassign |
The CPU subtype.
|
readnonatomicassign |
The CPU type.
|
readnonatomicassign |
The CPU type encoding.