New dev setting to turn off HW overlays.

Change-Id: I747ac6d90dfb8a7a0bbf547ce7cae8ee86f8d5d0
This commit is contained in:
Dianne Hackborn
2012-02-06 21:21:39 -08:00
parent 057cbfdad6
commit e44f44d679
3 changed files with 40 additions and 4 deletions

View File

@@ -3504,6 +3504,11 @@
<!-- UI debug setting: show screen updates summary [CHAR LIMIT=50] -->
<string name="show_screen_updates_summary">Flash areas of screen when they update</string>
<!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
<string name="disable_overlays">Disable overlays</string>
<!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
<string name="disable_overlays_summary">Don\'t use overlays for screen compositing</string>
<!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] -->
<string name="show_cpu_usage">Show CPU usage</string>
<!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->