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