mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Write crash info to OutputDebugString
This commit is contained in:
parent
16bc8de229
commit
365701fe2f
1 changed files with 2 additions and 0 deletions
|
@ -1094,6 +1094,8 @@ void CrashCatcher::Crash(const StringImpl& str)
|
|||
Init();
|
||||
}
|
||||
|
||||
OutputDebugStr(str);
|
||||
|
||||
mBfpCritSect.Unlock();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue