mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Disable terminate handler on Android to fix Google Play reporter
This commit is contained in:
@ -299,8 +299,10 @@ CConsoleHandler::CConsoleHandler():
|
||||
GetConsoleScreenBufferInfo(handleErr, &csbi);
|
||||
defErrColor = csbi.wAttributes;
|
||||
#ifdef NDEBUG
|
||||
#ifndef VCMI_ANDROID
|
||||
SetUnhandledExceptionFilter(onUnhandledException);
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
defColor = "\x1b[0m";
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user