diff options
author | Aaron Stone <stone@lindenlab.com> | 2011-07-15 16:25:32 -0700 |
---|---|---|
committer | Aaron Stone <stone@lindenlab.com> | 2011-07-15 16:25:32 -0700 |
commit | 5f99d30c20bd4e23d17bbf78d2112f21ee840169 (patch) | |
tree | 48d501d20e6a2a4abb638dac9e5fabebc59d6c46 /indra/newview/llappviewerwin32.cpp | |
parent | a517d32c4877aec79219cd346709c621c51c032b (diff) |
STORM-1482 Always run the crash loggers, they will check what to do and how to clean up.
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 9280234ac3..f94c843ad9 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -518,11 +518,7 @@ void LLAppViewerWin32::handleCrashReporting(bool reportFreeze) } else { - S32 cb = gCrashSettings.getS32("CrashSubmitBehavior"); - if(cb != CRASH_BEHAVIOR_NEVER_SEND) - { - _spawnl(_P_NOWAIT, exe_path.c_str(), arg_str, NULL); - } + _spawnl(_P_NOWAIT, exe_path.c_str(), arg_str, NULL); } } |