NoOpIssueReporter

object NoOpIssueReporter : IssueReporter(source)

Functions

Link copied to clipboard
open override fun hasIssue(type: IssueReporter.Type): Boolean
Link copied to clipboard
fun reportError(type: IssueReporter.Type, cause: Exception)
fun reportError(type: IssueReporter.Type, msg: String, data: String?, multilineMsg: List<String>?)
Link copied to clipboard
fun reportWarning(type: IssueReporter.Type, cause: Exception)
fun reportWarning(type: IssueReporter.Type, msg: String, data: String?, multilineMsg: List<String>?)