Crate re_crash_handler

Source
Expand description

Detect and handle signals, panics, and other crashes, making sure to log them and optionally send them off to analytics.

Modules§

sigint

Functions§

callstack_from
Get a nicely formatted callstack.
install_crash_handlers
Install handlers for panics and signals (crashes) that prints helpful messages and sends anonymous analytics.