mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Resume logging before printing crash logs
This commit is contained in:
@@ -269,6 +269,7 @@ namespace hex::crash {
|
||||
}
|
||||
|
||||
void resetCrashHandlers() {
|
||||
log::resumeLogging();
|
||||
std::set_terminate(nullptr);
|
||||
|
||||
for (auto signal : Signals)
|
||||
|
||||
Reference in New Issue
Block a user