CrashReportFileNameParser

class CrashReportFileNameParser

Responsible for determining the state of a Crash Report based on its file name.

Author

William Ferguson & F43nd1r

Since

4.3.0

Constructors

CrashReportFileNameParser
Link copied to clipboard
fun CrashReportFileNameParser()

Functions

getTimestamp
Link copied to clipboard
fun getTimestamp(reportFileName: String): Calendar
Gets the timestamp of a report from its name
isApproved
Link copied to clipboard
fun isApproved(reportFileName: String): Boolean
Returns true if the report is considered as approved.
isSilent
Link copied to clipboard
fun isSilent(reportFileName: String): Boolean
Guess that a report is silent from its file name.