diff options
author | Aaron Stone <stone@lindenlab.com> | 2011-07-14 12:38:24 -0700 |
---|---|---|
committer | Aaron Stone <stone@lindenlab.com> | 2011-07-14 12:38:24 -0700 |
commit | f3dd16ac47ba937a92c3050c087d36c50674b06d (patch) | |
tree | 3b191e88de161dd7634542ed7114a90e0393fa20 /indra/win_crash_logger | |
parent | 450b64981c878f558b597a2855bc18318555a532 (diff) |
STORM-1482 Little bit of Windows crash report value logging.
Diffstat (limited to 'indra/win_crash_logger')
-rw-r--r-- | indra/win_crash_logger/llcrashloggerwindows.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/win_crash_logger/llcrashloggerwindows.cpp b/indra/win_crash_logger/llcrashloggerwindows.cpp index 5e8725989c..170babbb98 100644 --- a/indra/win_crash_logger/llcrashloggerwindows.cpp +++ b/indra/win_crash_logger/llcrashloggerwindows.cpp @@ -296,6 +296,7 @@ void LLCrashLoggerWindows::gatherPlatformSpecificFiles() bool LLCrashLoggerWindows::mainLoop() { + llinfos << "CrashSubmitBehavior is " << mCrashBehavior << llendl; // Note: parent hwnd is 0 (the desktop). No dlg proc. See Petzold (5th ed) HexCalc example, Chapter 11, p529 // win_crash_logger.rc has been edited by hand. @@ -308,6 +309,7 @@ bool LLCrashLoggerWindows::mainLoop() if (mCrashBehavior == CRASH_BEHAVIOR_ALWAYS_SEND) { + llinfos << "Showing crash report submit progress window." << llendl; ShowWindow(gHwndProgress, SW_SHOW ); sendCrashLogs(); } |