Switch dump format to MiniDumpWithDataSegs

This commit is contained in:
Michał Janiszewski 2016-04-09 20:47:31 +02:00
parent 736fdc2f33
commit 9e2610fc08
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ extern "C" CExceptionHandler newCExceptionHandlerSimple(void)
dumpCallback, dumpCallback,
0, 0,
google_breakpad::ExceptionHandler::HANDLER_ALL, google_breakpad::ExceptionHandler::HANDLER_ALL,
MiniDumpNormal, MiniDumpWithDataSegs,
L"openrct2-bpad", // using non-null pipe name here lets breakpad try setting OOP crash handling L"openrct2-bpad", // using non-null pipe name here lets breakpad try setting OOP crash handling
0 )); 0 ));
#else // USE_BREAKPAD #else // USE_BREAKPAD