diff options
author | Oz Linden <oz@lindenlab.com> | 2019-09-25 12:59:20 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2019-09-25 12:59:20 -0400 |
commit | a45ca18ff8160bc3edc584d6516ca019dd6c6275 (patch) | |
tree | 1ffe0859a42d7df0120dfe6f47feb924ee5eb549 /indra/newview/llappviewer.cpp | |
parent | 66970f2a8c048647242887eb3f0c7fd974a303ac (diff) |
when using bugsplat, do not catch SIGABRT; also, fix signal setting in Mac (broken macro)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9258d1a219..8009a9c117 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2231,8 +2231,8 @@ void LLAppViewer::initLoggingAndGetLastDuration() } // TBD - temporary location for fatal hook (should be above, but for now it logs...) + LL_DEBUGS("FatalHook") << "initial setting of default fatalhook" << LL_ENDL; LLError::setFatalHook(fatalErrorHook); - } bool LLAppViewer::loadSettingsFromDirectory(const std::string& location_key, |