Back to Acra

Package org.acra.reporter

web/static/javadoc/5.9.4/acra/org.acra.reporter/index.html

latest1.2 KB
Original Source

class ErrorReporterImpl( context: Application, config: CoreConfiguration, enabled: Boolean, supportedAndroidVersion: Boolean, checkReportsOnApplicationStart: Boolean) : Thread.UncaughtExceptionHandler, SharedPreferences.OnSharedPreferenceChangeListener, ErrorReporter Content copied to clipboard

The ErrorReporter is a Singleton object in charge of collecting crash context data and sending crash reports. It registers itself as the Application's Thread default Thread.UncaughtExceptionHandler.