@AutoService(value=org.acra.config.ReportingAdministrator.class) public class LimitingReportAdministrator extends HasConfigPlugin implements ReportingAdministrator
| Constructor and Description |
|---|
LimitingReportAdministrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyReportDropped(Context context,
CoreConfiguration config) |
boolean |
shouldSendReport(Context context,
CoreConfiguration config,
CrashReportData crashReportData) |
boolean |
shouldStartCollecting(Context context,
CoreConfiguration config,
ReportBuilder reportBuilder) |
enabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldFinishActivity, shouldKillApplicationpublic boolean shouldStartCollecting(@NonNull Context context, @NonNull CoreConfiguration config, @NonNull ReportBuilder reportBuilder)
shouldStartCollecting in interface ReportingAdministratorpublic boolean shouldSendReport(@NonNull Context context, @NonNull CoreConfiguration config, @NonNull CrashReportData crashReportData)
shouldSendReport in interface ReportingAdministratorpublic void notifyReportDropped(@NonNull Context context, @NonNull CoreConfiguration config)
notifyReportDropped in interface ReportingAdministrator