diff --git a/main/gui/source/crash_handlers.cpp b/main/gui/source/crash_handlers.cpp index 642402f5a..096cae2db 100644 --- a/main/gui/source/crash_handlers.cpp +++ b/main/gui/source/crash_handlers.cpp @@ -269,6 +269,7 @@ namespace hex::crash { } void resetCrashHandlers() { + log::resumeLogging(); std::set_terminate(nullptr); for (auto signal : Signals)