WebViewCrashHandler

Shared handler for WebView renderer process death. Returning true from WebViewClient.onRenderProcessGone tells Chromium the host has dealt with the dead renderer, preventing SIGTRAP in crashpad_client_linux.cc:744.

Functions

Link copied to clipboard

Java-friendly overload — avoids kotlin.Unit.INSTANCE ceremony at callsites.

fun handleRenderProcessGone(view: WebView?, detail: RenderProcessGoneDetail?, onGracefulTeardown: () -> Unit = {}): Boolean