pub fn write_crash_log_file(info: &PanicHookInfo<'_>)Expand description
v1.4.97 P1-D-D: synchronously write a crash log file.
Best-effort: if any step fails (mkdir, format, write), silently swallow. Panic in panic-hook is never recoverable.
pub fn write_crash_log_file(info: &PanicHookInfo<'_>)v1.4.97 P1-D-D: synchronously write a crash log file.
Best-effort: if any step fails (mkdir, format, write), silently swallow. Panic in panic-hook is never recoverable.