pub fn install()Expand description
Install the process-wide crash hooks: a panic hook that writes a report and chains to the previously installed hook, plus (macOS/Windows) a native fault handler that writes a minidump. Binaries call this first thing at startup; later calls are no-ops.