web/static/javadoc/4.11/deprecated-list.html
Deprecated Interfaces | Interface and Description |
| --- |
| org.acra.ExceptionHandlerInitializer
since 4.8.0 use ReportPrimer mechanism instead.
|
Deprecated Classes | Class and Description |
| --- |
| org.acra.CrashReportDialog
since 4.8.0 use CrashReportDialog instead
|
Deprecated Methods | Method and Description |
| --- |
| org.acra.ErrorReporter.addCustomData(String, String) |
| org.acra.ErrorReporter.checkReportsOnApplicationStart()
since 4.8.0 No replacement.
|
| org.acra.ACRA.getACRASharedPreferences()
since 4.8.0 use SharedPreferencesFactory instead.
|
| org.acra.ACRA.getConfig()
since 4.8.0 ACRAConfiguration should be passed into classes instead of retrieved statically.
|
| org.acra.ErrorReporter.setExceptionHandlerInitializer(ExceptionHandlerInitializer)
since 4.8.0 use ReportPrimer mechanism instead.
|
Deprecated Annotation Type Elements | Annotation Type Element and Description | | --- | | org.acra.annotation.ReportsCrashes.sendReportsAtShutdown since 4.8.3 no replacement. Now that we are using the SenderService in a separate process we always send at shutdown. |