Namespace CrashCABN.CrashSources
Classes
AppCenterCrashSource
Processes JSON data from AppCenter into a crash instance.
AppCenterDeviceModel
Represents the Device Model class in the crash .json.
AppCenterError
Represents an error inside of a Error search response.
AppCenterErrorGroupSearchModel
Represents the response when doing a ErrorGroup search GET call to AppCenter.
AppCenterErrorSearchModel
Represents the response when doing a Error search GET call to AppCenter.
AppCenterExceptionModel
Represents the Exception class in the crash .json.
AppCenterFrameModel
Represents the Frame class in the crash .json.
AppCenterModel
Model for AppCenter crashes. Used to deserialize AppCenter .json crashes.
AppCenterReasonStackFrame
Represents a ReasonStackFrame when doing a ErrorGroup search GET call to AppCenter.
CrashDownloadOptions
CrashInstance
Represents a specific crash including all data necessary for routing it to the appropriate title's analyzer/bug-filer.
IngestCrashMessage
Corresponds to an ingestion request to download and perform analysis/bug filing on a crash for a given title.
WatsonCrashSource
Processes message from pull ingestion or Watson gateway into a crash instance.
Interfaces
ICrashSource
Represents a crash source, which may be used to load a crash instance for analysis.
ICrashSourceFactory
Represents a crash source factory, which determines the correct crash source to use based on the source of the crash URI (Watson or AppCenter) and/or associated title name.