Allow disabling crash reporter on mac

This commit is contained in:
Cinder Biscuits
2014-09-22 14:14:42 -06:00
committed by Inusaito Sayori
parent 77f5851b3c
commit 775a7be958

View File

@@ -385,12 +385,12 @@ void LLApp::setupErrorHandling()
// installing the handler.
installHandler = true;
}
#endif
if(installHandler && (mExceptionHandler == 0))
{
mExceptionHandler = new google_breakpad::ExceptionHandler(mDumpPath, clear_CrashLoggerReserve_callback, &unix_post_minidump_callback, 0, true, 0);
}
#endif
#elif LL_LINUX
if(installHandler && (mExceptionHandler == 0))
{