@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface AcraLimiter
Modifier and Type | Optional Element and Description |
---|---|
int |
exceptionClassLimit
limit for reports with the same exception class
|
int |
failedReportLimit
limit for unsent reports
|
int |
overallLimit
general limit of reports
|
long |
period
Reports which have been collected before this will not be considered for any limits except
failedReportLimit() |
TimeUnit |
periodUnit
Unit of
period() |
int |
resIgnoredCrashToast
toast shown when a report was not collected or sent because a limit was exceeded
|
int |
stacktraceLimit
limit for reports with the same stacktrace
|
public abstract long period
failedReportLimit()
periodUnit()
s in which to limit reportspublic abstract int overallLimit
public abstract int stacktraceLimit
public abstract int exceptionClassLimit
public abstract int failedReportLimit
@StringRes public abstract int resIgnoredCrashToast