crashhandler
crashhandler
This is loaded as the first module and catches crashes to include more information about HolyLib at the time of the crash.
Unlike other crash handlers, ours won't affect the generated debug.log allowing us to create our own crash dump AND to also get a useful debug.log at the same time.
Supports: Linux32 | Linux64
Recently Added
This was recently added in version (0.8 - DEV).
Methods
crashhandler.DisableWatcher()
Disables the watcher thread useful when you for example, have to do a lot of work and may freeze the main thread for many seconds
crashhandler.EnableWatcher()
Enables the watcher thread after you've disabled it & internally resets the waiting time.
crashhandler.ResetWatcher()
Resets the watcher thread's waiting time