-
- All Implemented Interfaces:
-
org.acra.config.ReportingAdministrator,org.acra.plugins.Plugin
@AutoService(value = {ReportingAdministrator.class}) public final class LimitingReportAdministrator extends HasConfigPlugin implements ReportingAdministrator
-
-
Constructor Summary
Constructors Constructor Description LimitingReportAdministrator()
-
Method Summary
Modifier and Type Method Description BooleanshouldStartCollecting(Context context, CoreConfiguration config, ReportBuilder reportBuilder)BooleanshouldSendReport(Context context, CoreConfiguration config, CrashReportData crashReportData)UnitnotifyReportDropped(Context context, CoreConfiguration config)-
Methods inherited from class org.acra.config.LimitingReportAdministrator
enabled, shouldFinishActivity, shouldKillApplication -
Methods inherited from class org.acra.plugins.Plugin
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
shouldStartCollecting
Boolean shouldStartCollecting(Context context, CoreConfiguration config, ReportBuilder reportBuilder)
-
shouldSendReport
Boolean shouldSendReport(Context context, CoreConfiguration config, CrashReportData crashReportData)
-
notifyReportDropped
Unit notifyReportDropped(Context context, CoreConfiguration config)
-
-
-
-