diff options
author | Ankur Ahlawat <anchor@lindenlab.com> | 2018-02-28 23:19:45 -0800 |
---|---|---|
committer | Ankur Ahlawat <anchor@lindenlab.com> | 2018-02-28 23:19:45 -0800 |
commit | 4d04cbad03382dee5cd75a3d06b14299b96d098b (patch) | |
tree | fa2d406f8344854412c86238f34193360f5ca220 /indra/newview/llviewerstats.cpp | |
parent | 618179a71722e47115a6b021a1eb2be99e46322f (diff) | |
parent | 5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff) |
Merged lindenlab/viewer-release into default
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r-- | indra/newview/llviewerstats.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index db2897d387..15b2ac8acf 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -62,6 +62,7 @@ #include "llmeshrepository.h" //for LLMeshRepository::sBytesReceived #include "llsdserialize.h" #include "llcorehttputil.h" +#include "llvoicevivox.h" namespace LLStatViewer { @@ -570,6 +571,8 @@ void send_stats() fail["off_circuit"] = (S32) gMessageSystem->mOffCircuitPackets; fail["invalid"] = (S32) gMessageSystem->mInvalidOnCircuitPackets; + body["stats"]["voice"] = LLVoiceVivoxStats::getInstance()->read(); + // Misc stats, two strings and two ints // These are not expecticed to persist across multiple releases // Comment any changes with your name and the expected release revision |