Module zng_app::crash_handler
source · Expand description
App-process crash handler.
See the zng::app::crash_handler
documentation for more details.
Macros§
- Register a
FnOnce(&mut CrashConfig)
closure to be called on process init to configure the crash handler.
Structs§
- Represents a frame parsed from a stack backtrace.
- Arguments for the crash handler dialog function.
- Crash handler config.
- Info about an app-process crash.
- Panic parsed from a
stderr
dump.
Constants§
- Environment variable that causes the crash handler to not start if set.
Functions§
- Remove ANSI escape sequences (CSI) from
s
. - Gets the number of crash restarts in the app-process.