Class Summary |
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. |
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. |