public final class CrashReportFileNameParser
extends java.lang.Object
Constructor and Description |
---|
CrashReportFileNameParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
isApproved(java.lang.String reportFileName)
Returns true if the report is considered as approved.
|
boolean |
isSilent(java.lang.String reportFileName)
Guess that a report is silent from its file name.
|
public boolean isSilent(@NonNull java.lang.String reportFileName)
reportFileName
- Name of the report to check whether it should be sent silently.ErrorReporter.handleSilentException(Throwable)
.public boolean isApproved(@NonNull java.lang.String reportFileName)
This includes:
reportFileName
- Name of report to check whether it is approved to be sent.