summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-08-24 10:37:59 -0400
committerOz Linden <oz@lindenlab.com>2017-08-24 10:37:59 -0400
commitb3ceeb6d9cf92613a06337b5985e225c612e53d5 (patch)
tree3c618ec50a9d1c0c7981347e9a87a66de609f0fc /indra/newview/llappviewer.cpp
parent08cbed55ef5689fcc5a02dfb3b9afde15487036e (diff)
MAINT-7594: add platform name string and address size to login request for crash stats (and add request parameter logging at DEBUG)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 37340a42b6..069b79bb50 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -734,7 +734,7 @@ LLAppViewer::LLAppViewer()
//
LLLoginInstance::instance().setUpdaterService(mUpdater.get());
- LLLoginInstance::instance().setPlatformInfo(gPlatform, getOSInfo().getOSVersionString());
+ LLLoginInstance::instance().setPlatformInfo(gPlatform, getOSInfo().getOSVersionString(), getOSInfo().getOSStringSimple());
}
LLAppViewer::~LLAppViewer()