diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-04 11:53:53 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-04 11:53:53 -0400 |
commit | 294fd9c1bccf927beab1a661705e743fd516e50b (patch) | |
tree | ffb020e52701420970206a90114e8dd132fff7a7 /indra/newview/app_settings | |
parent | 904738c475bf325666f121b9f9db10e76ec49fcd (diff) | |
parent | e2714252f34b02ee628fb1665dfa90b932fab2f7 (diff) |
merge fix for STORM-536
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 00d69f805e..ba3b6a42a4 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -391,5 +391,13 @@ <string>CrashOnStartup</string> </map> + <key>disablecrashlogger</key> + <map> + <key>desc</key> + <string>Disables the crash logger and lets the OS handle crashes</string> + <key>map-to</key> + <string>DisableCrashLogger</string> + </map> + </map> </llsd> |