You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let res = MinidumpWriter::new(pid, tid)
// ... some options, if you want, like:
.set_minidump_size_limit(my_limit)
// ... maybe some more options ...
.dump(destination)?;
This will write the resulting dump to destination but also returns a Vec<u8>-copy of it in memory to res.
Some folks have noted interest in using this but I have no idea what to tell them to even do.
The text was updated successfully, but these errors were encountered: