summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger
diff options
context:
space:
mode:
authorpavelkproductengine <pavelkproductengine@lindenlab.com>2016-05-24 18:37:20 +0300
committerpavelkproductengine <pavelkproductengine@lindenlab.com>2016-05-24 18:37:20 +0300
commit4d9b3cd725e053e10016a39313080c9c6c6a71c7 (patch)
treea96f24fa3ab0ba0a787a49361619570e5e68ec62 /indra/llcrashlogger
parentaddbfaf1c774011f3e55a1106f0b83153b7b8568 (diff)
parentc2ef3b4c7186dbbd95b16520f281b7d58364fb52 (diff)
Merge VOB with release 4.0.6
Diffstat (limited to 'indra/llcrashlogger')
-rw-r--r--[-rwxr-xr-x]indra/llcrashlogger/CMakeLists.txt0
-rw-r--r--[-rwxr-xr-x]indra/llcrashlogger/llcrashlogger.cpp1
-rw-r--r--[-rwxr-xr-x]indra/llcrashlogger/llcrashlogger.h0
3 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcrashlogger/CMakeLists.txt b/indra/llcrashlogger/CMakeLists.txt
index da23b46b7b..da23b46b7b 100755..100644
--- a/indra/llcrashlogger/CMakeLists.txt
+++ b/indra/llcrashlogger/CMakeLists.txt
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index 69a806bbea..dfb344c908 100755..100644
--- a/indra/llcrashlogger/llcrashlogger.cpp
+++ b/indra/llcrashlogger/llcrashlogger.cpp
@@ -190,6 +190,7 @@ bool LLCrashLogger::readMinidump(std::string minidump_path)
{
minidump_stream.seekg(0, std::ios::end);
length = (size_t)minidump_stream.tellg();
+ LL_WARNS("CRASHREPORT") << "minidump length "<< length <<LL_ENDL;
minidump_stream.seekg(0, std::ios::beg);
LLSD::Binary data;
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h
index 8b4afae24a..8b4afae24a 100755..100644
--- a/indra/llcrashlogger/llcrashlogger.h
+++ b/indra/llcrashlogger/llcrashlogger.h