diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-05-25 15:08:36 -0700 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-05-25 15:08:36 -0700 |
commit | 6a39149fec72e3a105d7a47b8a9f5aa2a0bfba87 (patch) | |
tree | fec5a3eb58b624e28197bb8e03d4f32216cadbed /indra/newview/app_settings | |
parent | 5a52c5eb8a5cc4e1215911bac9121891dd802d45 (diff) |
Added configuration setting to send crash reports to configured url rather than through the grid.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f71662a7c8..6dcbb4e57a 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1,6 +1,17 @@ <?xml version="1.0" ?> <llsd> <map> + <key>CrashHostUrl</key> + <map> + <key>Comment</key> + <string>A URL pointing to a crash report handler; overrides cluster negotiation to locate crash handler.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string /> + </map> <key>AFKTimeout</key> <map> <key>Comment</key> |