diff options
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
| -rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 100 |
1 files changed, 86 insertions, 14 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 01c590c1f3..00d69f805e 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -49,7 +49,7 @@ <key>count</key> <integer>1</integer> <key>map-to</key> - <string>GridChoice</string> + <string>CmdLineGridChoice</string> </map> <key>loginuri</key> @@ -61,7 +61,7 @@ <key>compose</key> <boolean>true</boolean> <key>map-to</key> - <string>LoginURI</string> + <string>CmdLineLoginURI</string> </map> <key>helperuri</key> @@ -71,7 +71,7 @@ <key>count</key> <integer>1</integer> <key>map-to</key> - <string>HelperURI</string> + <string>CmdLineHelperURI</string> </map> <key>debugviews</key> @@ -106,6 +106,54 @@ <string>QuitAfterSeconds</string> </map> + <key>logperformance</key> + <map> + <key>desc</key> + <string>Log performance metrics for benchmarking</string> + <key>map-to</key> + <string>LogPerformance</string> + </map> + + <key>logmetrics</key> + <map> + <key>desc</key> + <string>Log metrics for benchmarking</string> + <key>map-to</key> + <string>LogMetrics</string> + </map> + + <key>analyzeperformance</key> + <map> + <key>desc</key> + <string>When used in conjunction with logperformance, analyzes result of log against baseline.</string> + <key>map-to</key> + <string>AnalyzePerformance</string> + </map> + + <key>debugsession</key> + <map> + <key>desc</key> + <string>Run as if RenderDebugGL is TRUE, but log errors until end of session.</string> + <key>map-to</key> + <string>DebugSession</string> + </map> + + <key>replaysession</key> + <map> + <key>desc</key> + <string>After login, replay last recorded session and quit.</string> + <key>map-to</key> + <string>ReplaySession</string> + </map> + + <key>nonotifications</key> + <map> + <key>desc</key> + <string>User will not get any notifications. NOTE: All notifications that occur will get added to ignore file for future runs.</string> + <key>map-to</key> + <string>IgnoreAllNotifications</string> + </map> + <key>rotate</key> <map> <key>map-to</key> @@ -166,13 +214,22 @@ <string>UserLogFile</string> </map> + <key>graphicslevel</key> + <map> + <key>desc</key> + <string>Set the detail level. + 0 - low, 1 - medium, 2 - high, 3 - ultra + </string> + <key>count</key> + <integer>1</integer> + </map> + <key>setdefault</key> <map> <key>desc</key> - <string> - "specify the value of a particular\n - configuration variable which can be\n - overridden by settings.xml\n" + <string> specify the value of a particular + configuration variable which can be + overridden by settings.xml </string> <key>count</key> <integer>2</integer> @@ -182,13 +239,14 @@ <key>set</key> <map> <key>desc</key> - <string> - "specify the value of a particular\n - configuration variable that\n - overrides all other settings\n" + <string> specify the value of a particular + configuration variable that + overrides all other settings </string> <key>count</key> <integer>2</integer> + <key>compose</key> + <boolean>true</boolean> <!-- Special case. Mapped to settings procedurally. --> </map> @@ -238,9 +296,7 @@ <key>multiple</key> <map> <key>desc</key> - <string>Allow multple viewers.</string> - <key>count</key> - <integer>1</integer> + <string>Allow multiple viewers.</string> <key>map-to</key> <string>AllowMultipleViewers</string> </map> @@ -319,5 +375,21 @@ <string>LoginPage</string> </map> + <key>qa</key> + <map> + <key>desc</key> + <string>Activated debugging menu in Advanced Settings.</string> + <key>map-to</key> + <string>QAMode</string> + </map> + + <key>crashonstartup</key> + <map> + <key>desc</key> + <string>Crashes on startup. For QA use.</string> + <key>map-to</key> + <string>CrashOnStartup</string> + </map> + </map> </llsd> |
