Interface | Description |
---|---|
ExceptionHandlerInitializer |
The interface can be used with
ErrorReporter.setExceptionHandlerInitializer(ExceptionHandlerInitializer)
to add an additional initialization of the ErrorReporter before
exception is handled. |
Class | Description |
---|---|
ACRA |
Use this class to initialize the crash reporting feature using
ACRA.init(Application) as soon as possible in your Application
subclass Application.onCreate() method. |
ACRAConfiguration |
This class is to be used if you need to apply dynamic settings.
|
ACRAConstants |
Responsible for collating those constants shared among the ACRA components.
|
BaseCrashReportDialog |
Activity which implements the base functionality for a CrashReportDialog
Activities which extend from this class can override onCreate() to create a custom view,
but they must call super.onCreate() at the beginning of the method.
|
CrashReportDialog |
This is the dialog Activity used by ACRA to get authorization from the user
to send reports.
|
ErrorReporter |
The ErrorReporter is a Singleton object in charge of collecting crash context
data and sending crash reports.
|
Enum | Description |
---|---|
ReportField |
Specifies all the different fields available in a crash report.
|
ReportingInteractionMode |
Defines the different user interaction modes for ACRA.
|
Exception | Description |
---|---|
ACRAConfigurationException |
A simple Exception used when required configuration items are missing.
|
Copyright © 2010-2015. All Rights Reserved.