| Interface | Description |
|---|---|
| ExceptionHandlerInitializer | Deprecated
since 4.8.0 use
ReportPrimer mechanism instead. |
| 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. |
| ACRAConstants |
Responsible for collating those constants shared among the ACRA components.
|
| CrashReportDialog | Deprecated
since 4.8.0 use
CrashReportDialog instead |
| 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.
|