summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-09-07 18:46:40 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-09-07 18:46:40 +0300
commitc82995f3e67ed1947c29fa1d27f1dfe015513ab0 (patch)
tree56e073404b7a694a6bb72c6eaa7fc3a0facdda94 /indra/newview
parent59fc1ce288cf11839f4967c50bd1dedb2fde378d (diff)
SL-15832 Add OS bitness to ViewerStats
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerstats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index 314c1a1f1e..c29fdeb943 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -496,6 +496,7 @@ void send_viewer_stats(bool include_preferences)
system["os"] = LLOSInfo::instance().getOSStringSimple();
system["cpu"] = gSysCPU.getCPUString();
system["address_size"] = ADDRESS_SIZE;
+ system["os_bitness"] = LLOSInfo::instance().getOSBitness();
unsigned char MACAddress[MAC_ADDRESS_BYTES];
LLUUID::getNodeID(MACAddress);
std::string macAddressString = llformat("%02x-%02x-%02x-%02x-%02x-%02x",