Plausible CrashReporter
|
Crash log host data. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithOperatingSystem:operatingSystemVersion:architecture:timestamp: |
Initialize the system info data object. More... | |
(id) | - initWithOperatingSystem:operatingSystemVersion:operatingSystemBuild:architecture:timestamp: |
Initialize the system info data object. More... | |
Properties | |
PLCrashReportOperatingSystem | operatingSystem |
The operating system. More... | |
NSString * | operatingSystemVersion |
The operating system's release version. More... | |
NSString * | operatingSystemBuild |
The operating system's build identifier (eg, 10J869). More... | |
PLCrashReportArchitecture | architecture |
Architecture. More... | |
NSDate * | timestamp |
Date and time that the crash report was generated. More... | |
Crash log host data.
This contains information about the host system, including operating system and architecture.
- (id) initWithOperatingSystem: | (PLCrashReportOperatingSystem) | operatingSystem | |
operatingSystemVersion: | (NSString *) | operatingSystemVersion | |
architecture: | (PLCrashReportArchitecture) | architecture | |
timestamp: | (NSDate *) | timestamp | |
Initialize the system info data object.
operatingSystem | Operating System |
operatingSystemVersion | OS version |
architecture | Architecture |
timestamp | Timestamp (may be nil). |
- (id) initWithOperatingSystem: | (PLCrashReportOperatingSystem) | operatingSystem | |
operatingSystemVersion: | (NSString *) | operatingSystemVersion | |
operatingSystemBuild: | (NSString *) | operatingSystemBuild | |
architecture: | (PLCrashReportArchitecture) | architecture | |
timestamp: | (NSDate *) | timestamp | |
Initialize the system info data object.
operatingSystem | Operating System |
operatingSystemVersion | OS version |
operatingSystemBuild | OS build (may be nil). |
architecture | Architecture |
timestamp | Timestamp (may be nil). |
|
readnonatomicassign |
Architecture.
|
readnonatomicassign |
The operating system.
|
readnonatomicassign |
The operating system's build identifier (eg, 10J869).
This may be unavailable, and this property will be nil.
|
readnonatomicassign |
The operating system's release version.
|
readnonatomicassign |
Date and time that the crash report was generated.
This may be unavailable, and this property will be nil.