minidumper-child
Essentially takes the code from the minidumper
diskwrite
example
and packages it in reusable form with some integration tests. This wraps the
minidumper
and crash-handler
crates to capture and send minidumps from a
separate crash reporting process.
It spawns the current executable again with an argument that causes it to start in crash reporter mode. In this mode it waits for minidump notification from the main app process and passes the minidump file to a user defined closure.
[]
= "0.1"
use MinidumperChild;