CrashReportFileNameParser

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

Author

William Ferguson & F43nd1r

Since

4.3.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun getTimestamp(reportFileName: String): Calendar

Gets the timestamp of a report from its name

Link copied to clipboard
fun isApproved(reportFileName: String): Boolean

Returns true if the report is considered as approved.

Link copied to clipboard
fun isSilent(reportFileName: String): Boolean

Guess that a report is silent from its file name.