summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-05-30 16:44:14 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-05-30 16:44:14 +0300
commit8348e50c7f8f304e6d3733fb5a0a8d7bdb056fef (patch)
treee6af3a2f1feb90a01a1bac9de861c41fefaa0764 /indra/newview/llappviewer.cpp
parenta902b360f2e15801e7efa09775870729a6ccf132 (diff)
MAINT-8686 Viewer should report active coroutines at the end of the session
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index f705084bdb..59572ea9b6 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1794,6 +1794,8 @@ bool LLAppViewer::cleanup()
// (Deleted observers should have already removed themselves)
gInventory.cleanupInventory();
+ LLCoros::getInstance()->printActiveCoroutines();
+
LL_INFOS() << "Cleaning up Selections" << LL_ENDL;
// Clean up selection managers after UI is destroyed, as UI may be observing them.