diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-01 21:24:52 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-01 21:24:52 +0300 |
commit | 8c54233ef9d83ea7f920084f94707d64653e33f7 (patch) | |
tree | c7ec9c323697a9f2c0d770eaa2c4d8fba85a6760 /indra/newview/llappviewer.cpp | |
parent | a05046f4c069b4bfee2dd57b558008621d36e742 (diff) |
SL-1566 Fixed watchdog killer event line missing from crash log
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c8dcbb87c1..12a459b2b8 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2145,6 +2145,9 @@ void watchdog_llerrs_callback(const std::string &error_string) { gLLErrorActivated = true; + gDebugInfo["FatalMessage"] = error_string; + LLAppViewer::instance()->writeDebugInfo(); + #ifdef LL_WINDOWS RaiseException(0,0,0,0); #else |