diff options
| author | Graham Madarasz <graham@lindenlab.com> | 2013-03-27 05:50:55 -0700 | 
|---|---|---|
| committer | Graham Madarasz <graham@lindenlab.com> | 2013-03-27 05:50:55 -0700 | 
| commit | a83289f01f5d037f779991d732de9bf15ed3bda1 (patch) | |
| tree | 06c153b40e1976a37f03572dc243770280abfddd /indra/llcommon | |
| parent | 7be396cc985c0274ff05b375a8bf27c0e630666a (diff) | |
Fix API diffs with new breakpad and point at private breakpad packages to test
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | indra/llcommon/llapp.cpp | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 5cce8ff2c4..3e57280067 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -17,6 +17,7 @@ include_directories(      ${EXPAT_INCLUDE_DIRS}      ${LLCOMMON_INCLUDE_DIRS}      ${ZLIB_INCLUDE_DIRS} +    ${BREAKPAD_INCLUDE_DIRECTORIES}      )  # add_executable(lltreeiterators lltreeiterators.cpp) diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index ca258900c7..b3fee0adec 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -350,7 +350,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); +		mExceptionHandler = new google_breakpad::ExceptionHandler(dumpPath, 0, &unix_post_minidump_callback, 0, true, 0);  	}  #endif | 
