- when disabling backtrace ensure console output only shows direct errors without backtrace

This commit is contained in:
Mark Vejvoda
2012-07-03 00:19:23 +00:00
parent 3ec510fa17
commit a8af70cee1
4 changed files with 15 additions and 3 deletions

View File

@@ -2986,6 +2986,7 @@ int glestMain(int argc, char** argv) {
if(hasCommandArgument(argc, argv,GAME_ARGS[GAME_ARG_DISABLE_BACKTRACE]) == true) {
disableBacktrace = true;
}
PlatformExceptionHandler::disableBacktrace= disableBacktrace;
// UErrorCode status = U_ZERO_ERROR;
// u_init(&status);