ADEumCrashReportSummary Class Reference

Inherits from NSObject
Declared in ADEumCrashReportCallback.h

Overview

Represents the summary of a crash report.

You can get one by registering a ADEumCrashReportCallback with [ADEumAgentConfiguration crashReportCallback]

  crashId

Uniquely defines the crash, can be used as key to find full crash report.

@property (nonatomic, readonly) NSString *crashId

Declared In

ADEumCrashReportCallback.h

  exceptionName

The exception name, may be nil if no NSException occured.

@property (nonatomic, readonly) NSString *exceptionName

Declared In

ADEumCrashReportCallback.h

  exceptionReason

The exception reason, may be nil if no NSException occured.

@property (nonatomic, readonly) NSString *exceptionReason

Declared In

ADEumCrashReportCallback.h

  signalName

The Mach exception signal name

@property (nonatomic, readonly) NSString *signalName

Declared In

ADEumCrashReportCallback.h

  signalCode

The Mach exception signal code

@property (nonatomic, readonly) NSString *signalCode

Declared In

ADEumCrashReportCallback.h