mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Add a log message when dbghelp.dll is detected & callstacks are disabled
This commit is contained in:
@@ -142,6 +142,9 @@ static bool InitDbgHelp()
|
||||
// can't reliably co-exist with dbghelp already being used in the process
|
||||
if(GetModuleHandleA("dbghelp.dll") != NULL)
|
||||
{
|
||||
RDCLOG(
|
||||
"dbghelp.dll is already loaded, can't guarantee thread-safety against application use. "
|
||||
"Callstack collection disabled");
|
||||
ret = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user