Interface | Description |
---|---|
ErrorReporter |
This interface contains methods used to interact with ACRA after it has been initialized
|
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.
|
Enum | Description |
---|---|
ReportField |
Specifies all the different fields available in a crash report.
|