Impl

class Impl(crashReportSender: CrashReportSender?) : CrashController

Types

Companion
Link copied to clipboard
object Companion

Functions

buildReport
Link copied to clipboard
private fun buildReport(): CrashReport
crashOccurred
Link copied to clipboard
open override fun crashOccurred()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
prepareDialog
Link copied to clipboard
private fun prepareDialog(): Popup
showDialogIfNeeded
Link copied to clipboard
open override fun showDialogIfNeeded()
toString
Link copied to clipboard
open fun toString(): String

Properties

crashReportSender
Link copied to clipboard
private val crashReportSender: CrashReportSender?

Sources

jvm source
Link copied to clipboard