diff options
author | callum_linden <none@none> | 2012-10-22 11:20:24 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2012-10-22 11:20:24 -0700 |
commit | ece80f722eaab4e3631094c923ee8dc5b80ab74a (patch) | |
tree | a1061da1e9165f1850eb9a4a8860d3ce53879434 /indra | |
parent | 08b7f100f6964464eeb26dcd5e454b4f949afb86 (diff) |
Trying original version of GBP with new scripts/code- revert corresponding cpp code
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llapp.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 95ea60b005..ed192a9975 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -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 |