Function re_crash_handler::install_crash_handlers
source · pub fn install_crash_handlers(build_info: BuildInfo)
Expand description
Install handlers for panics and signals (crashes) that prints helpful messages and sends anonymous analytics.
NOTE: only install these in binaries!
- First of all, we don’t want to compete with other panic/signal handlers.
- Second of all, we don’t ever want to include user callstacks in our analytics.