|
|
|
@ -885,12 +885,6 @@ static std::string FormatException(std::exception* pex, const char* pszThread)
@@ -885,12 +885,6 @@ static std::string FormatException(std::exception* pex, const char* pszThread)
|
|
|
|
|
"UNKNOWN EXCEPTION \n%s in %s \n", pszModule, pszThread); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void LogException(std::exception* pex, const char* pszThread) |
|
|
|
|
{ |
|
|
|
|
std::string message = FormatException(pex, pszThread); |
|
|
|
|
LogPrintf("\n%s", message); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void PrintExceptionContinue(std::exception* pex, const char* pszThread) |
|
|
|
|
{ |
|
|
|
|
std::string message = FormatException(pex, pszThread); |
|
|
|
|