ACRA
Use this class to initialize the crash reporting feature using .init as soon as possible in your Application subclass Application.onCreate method. Configuration items must have been set by using org.acra.annotation.AcraCore above the declaration of your Application subclass.
Author
Kevin Gaudin
Functions
Link copied to clipboard
fun init(app: Application, config: CoreConfiguration, checkReportsOnApplicationStart: Boolean = true)
Content copied to clipboard
Initialize ACRA for a given Application. The call to this method should be placed as soon as possible in the Application.attachBaseContext method.
fun init(app: Application, builder: CoreConfigurationBuilder = CoreConfigurationBuilder(), checkReportsOnApplicationStart: Boolean = true)
Content copied to clipboard
Initialize ACRA for a given Application.
Link copied to clipboard
Properties
Link copied to clipboard
the current instance of ErrorReporter. not available if ACRA.init has not yet been called.