summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-07-01 21:24:52 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-07-01 21:24:52 +0300
commit8c54233ef9d83ea7f920084f94707d64653e33f7 (patch)
treec7ec9c323697a9f2c0d770eaa2c4d8fba85a6760 /indra/newview
parenta05046f4c069b4bfee2dd57b558008621d36e742 (diff)
SL-1566 Fixed watchdog killer event line missing from crash log
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp3
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