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ยง
Staticsยง
- BUILD_INFO ๐
Functionsยง
- Anonymize a path to a Rust source file from a callstack.
- backtrace_to_string ๐
- Get a nicely formatted callstack.
- format_backtrace ๐
- Install handlers for panics and signals (crashes) that prints helpful messages and sends anonymous analytics.
- install_panic_hook ๐
- panic_info_message ๐