Trying original version of GBP with new scripts/code- revert corresponding cpp code
parent
08b7f100f6
commit
ece80f722e
|
|
@ -349,12 +349,7 @@ void LLApp::setupErrorHandling()
|
|||
if(installHandler && (mExceptionHandler == 0))
|
||||
{
|
||||
std::string dumpPath = "/tmp/";
|
||||
mExceptionHandler = new google_breakpad::ExceptionHandler(dumpPath,
|
||||
0,
|
||||
&unix_post_minidump_callback,
|
||||
0,
|
||||
true,
|
||||
NULL);
|
||||
mExceptionHandler = new google_breakpad::ExceptionHandler(dumpPath, 0, &unix_post_minidump_callback, 0, true);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue