android-components / mozilla.components.lib.crash / Crash

Crash

sealed class Crash (source)

Crash types that are handled by this library.

Types

NativeCodeCrash

data class NativeCodeCrash : Crash

A crash that happened in native code.

UncaughtExceptionCrash

data class UncaughtExceptionCrash : Crash

A crash caused by an uncaught exception.

Companion Object Functions

fromIntent

fun fromIntent(intent: Intent): Crash

isCrashIntent

fun isCrashIntent(intent: Intent): Boolean

Inheritors

NativeCodeCrash

data class NativeCodeCrash : Crash

A crash that happened in native code.

UncaughtExceptionCrash

data class UncaughtExceptionCrash : Crash

A crash caused by an uncaught exception.