android-components / mozilla.components.lib.crash / CrashReporter / Prompt

Prompt

enum class Prompt (source)

Enum Values

NEVER

Never prompt the user. Always submit crash reports immediately.

ONLY_NATIVE_CRASH

Only prompt the user for native code crashes.

ALWAYS

Always prompt the user for confirmation before sending crash reports.