isSilent

fun isSilent(reportFileName: String): Boolean

Guess that a report is silent from its file name.

Return

True if the report has been declared explicitly silent using ErrorReporter.handleSilentException.

Parameters

reportFileName

Name of the report to check whether it should be sent silently.