Explorar o código

UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB

Now that OBS defaults to 64 bits on Windows, our crash reports are often
truncated since the 64 bit stack values are using twice as much space.
Richard Stanway %!s(int64=8) %!d(string=hai) anos
pai
achega
599ffaa02a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UI/obs-app.cpp

+ 1 - 1
UI/obs-app.cpp

@@ -1303,7 +1303,7 @@ static int run_program(fstream &logFile, int argc, char *argv[])
 	return ret;
 	return ret;
 }
 }
 
 
-#define MAX_CRASH_REPORT_SIZE (50 * 1024)
+#define MAX_CRASH_REPORT_SIZE (150 * 1024)
 
 
 #ifdef _WIN32
 #ifdef _WIN32