Skip to main content

Interface: MyopCrashInfo

Defined in: src/MyopComponent.tsx:109

Information about a WebView renderer crash.

Properties

attempt

attempt: number

Defined in: src/MyopComponent.tsx:117

1-based crash count within the current mount.


native?

optional native: any

Defined in: src/MyopComponent.tsx:121

Raw native event payload, when available.


reason

reason: "renderer-gone" | "process-terminated" | "unknown"

Defined in: src/MyopComponent.tsx:115

  • renderer-gone: Android onRenderProcessGone
  • process-terminated: iOS onContentProcessDidTerminate
  • unknown: a crash signal we couldn't classify

willAutoRecover

willAutoRecover: boolean

Defined in: src/MyopComponent.tsx:119

False when the retry cap has been reached or the consumer opted out.