Package org. acra. reporter
Types
Link copied to clipboard
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.