Trying original version of GBP with new scripts/code- revert corresponding cpp code

master
callum_linden 2012-10-22 11:20:24 -07:00
parent 08b7f100f6
commit ece80f722e
1 changed files with 1 additions and 6 deletions

View File

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