Reactivate watch dog exit

This commit is contained in:
samcake 2017-08-14 10:47:58 -07:00
parent 05b78b0df0
commit db1536c521

View file

@ -351,7 +351,7 @@ public:
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
// the developer actively debugging code
#ifdef NDEBUG
// deadlockDetectionCrash();
deadlockDetectionCrash();
#endif
}
}