diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-01 21:38:46 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-01 21:38:46 +0000 |
commit | dd89dec893411c22d4916de14593a56f87d3a284 (patch) | |
tree | 275feb143951d6456dcc4c5612df0289afdc1fad /indra/llui/lluictrl.cpp | |
parent | 083b4aa6cb4d8bb38c16ed649e92a16d03a0e3e1 (diff) |
SL-14862 - more types of UI usage logs
Diffstat (limited to 'indra/llui/lluictrl.cpp')
-rw-r--r-- | indra/llui/lluictrl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lluictrl.cpp b/indra/llui/lluictrl.cpp index 0e1c8439ea..426c931d07 100644 --- a/indra/llui/lluictrl.cpp +++ b/indra/llui/lluictrl.cpp @@ -429,6 +429,7 @@ void LLUICtrl::onCommit() { LL_DEBUGS("UIUsage") << "calling commit function " << mFunctionName << LL_ENDL; LLUIUsage::instance().logCommand(mFunctionName); + LLUIUsage::instance().logWidget(getPathname()); } else { |