diff options
author | Oz Linden <oz@lindenlab.com> | 2019-06-04 10:06:43 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2019-06-04 10:06:43 -0400 |
commit | 1e98a607d08019f66ae878e4cb247e850a7443cf (patch) | |
tree | 45656a8a91a6ef2a5da12423ff181e041b539cc2 | |
parent | 46fb225134ef871a686d0571cc55256923eee110 (diff) |
try putting fatal message into dynamic crash data
-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 8616fe7c76..0e97ed5a47 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3388,7 +3388,7 @@ void LLAppViewer::writeSystemInfo() // "CrashNotHandled" is obsolete; it used (not very successsfully) // to try to distinguish crashes from freezes gDebugInfo["CrashNotHandled"] = (LLSD::Boolean)false; - gDebugInfo["FatalMessage"] = LLError::getFatalMessage(); + gDebugInfo["Dynamic"]["FatalMessage"] = LLError::getFatalMessage(); #endif // ! LL_BUGSPLAT // Insert crash host url (url to post crash log to) if configured. This insures |