Переглянути джерело

Disable terminate handler on Android to fix Google Play reporter

Ivan Savenko 10 місяців тому
батько
коміт
5636b9076f
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      lib/CConsoleHandler.cpp

+ 2 - 0
lib/CConsoleHandler.cpp

@@ -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