pub(crate) fn suppress_os_crash_dialogs()Expand description
Suppress the Windows “Application Error” / WER crash dialog so an unhandled
fault (a Chromium LOG(FATAL), an abort(), a breakpoint) terminates the
process immediately instead of wedging it behind a modal the user must
dismiss. While that dialog is up the process is frozen and cannot be
auto-recovered. No-op off Windows. Spec:
docs/specs/SPEC_SERVICE_SUPERVISION_AND_RECOVERY_2026_05_20.md.