pub fn run_monitor()Expand description
Entry point for the monitor process.
Called when the binary is invoked with --crash-monitor. Runs a blocking
minidumper::Server loop. Exits when the main process disconnects (either
cleanly on shutdown, or after the crash dump is written).