Skip to content
Snippets Groups Projects
Commit ece80f72 authored by callum_linden's avatar callum_linden
Browse files

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

parent 08b7f100
No related branches found
No related tags found
No related merge requests found
...@@ -349,12 +349,7 @@ void LLApp::setupErrorHandling() ...@@ -349,12 +349,7 @@ void LLApp::setupErrorHandling()
if(installHandler && (mExceptionHandler == 0)) if(installHandler && (mExceptionHandler == 0))
{ {
std::string dumpPath = "/tmp/"; std::string dumpPath = "/tmp/";
mExceptionHandler = new google_breakpad::ExceptionHandler(dumpPath, mExceptionHandler = new google_breakpad::ExceptionHandler(dumpPath, 0, &unix_post_minidump_callback, 0, true);
0,
&unix_post_minidump_callback,
0,
true,
NULL);
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment