aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings
diff options
context:
space:
mode:
authorArmin Weatherwax2011-03-22 02:32:25 +0100
committerArmin Weatherwax2011-03-22 11:42:23 +0100
commitff19d02bdbc8179cf413d5060e04bc627c2bea26 (patch)
treeb217cb11feea1e3eefc50beb00868d9752bfe648 /linden/indra/newview/app_settings
parentallow interaction with parcel web media (diff)
downloadmeta-impy-ff19d02bdbc8179cf413d5060e04bc627c2bea26.zip
meta-impy-ff19d02bdbc8179cf413d5060e04bc627c2bea26.tar.gz
meta-impy-ff19d02bdbc8179cf413d5060e04bc627c2bea26.tar.bz2
meta-impy-ff19d02bdbc8179cf413d5060e04bc627c2bea26.tar.xz
Don't report crashes if the grid where the crash happened is different from the grid logging in.
Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r--linden/indra/newview/app_settings/settings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index c381d99..315670c 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -677,6 +677,17 @@
677 <key>Value</key> 677 <key>Value</key>
678 <string>Random</string> 678 <string>Random</string>
679 </map> 679 </map>
680 <key>LastConnectedGrid</key>
681 <map>
682 <key>Comment</key>
683 <string>Last grid actually connected to</string>
684 <key>Persist</key>
685 <integer>1</integer>
686 <key>Type</key>
687 <string>String</string>
688 <key>Value</key>
689 <string />
690 </map>
680 <key>LastSelectedGrid</key> 691 <key>LastSelectedGrid</key>
681 <map> 692 <map>
682 <key>Comment</key> 693 <key>Comment</key>