Plausible CrashReporter
|
Crash log host architecture information. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithModelName:processorInfo:processorCount:logicalProcessorCount: |
Initialize a new machine info data object. More... | |
Properties | |
NSString * | modelName |
The hardware model name (eg, MacBookPro6,1). More... | |
PLCrashReportProcessorInfo * | processorInfo |
The processor type. More... | |
Crash log host architecture information.
Provides host architecture information such as the model name, processor type, and logical and hardware processor counts.
- (id) initWithModelName: | (NSString *) | modelName | |
processorInfo: | (PLCrashReportProcessorInfo *) | processorInfo | |
processorCount: | (NSUInteger) | processorCount | |
logicalProcessorCount: | (NSUInteger) | logicalProcessorCount | |
Initialize a new machine info data object.
modelName | The hardware model name (eg, MacBookPro6,1). This may be nil. |
processorInfo | The processor type, or nil if unavailable. |
processorCount | The number of actual physical processor cores. Note that the number of active processors may be managed by the operating system's power management system, and this value may not reflect the number of active processors at the time of the crash. |
logicalProcessorCount | The number of logical processors. Note that the number of active processors may be managed by the operating system's power management system, and this value may not reflect the number of active processors at the time of the crash. |
|
readnonatomicassign |
The hardware model name (eg, MacBookPro6,1).
This may be unavailable, and this property will be nil.
|
readnonatomicassign |
The processor type.
This will be unavailable in reports generated prior to PLCrashReporter 1.2, in which case this property will be nil.