Add new dev settings to debug hardware layers

Change-Id: I2668552d70911a90e173efdf75bc44139ed394c8
This commit is contained in:
Romain Guy
2012-08-06 14:52:52 -07:00
parent 0a83748580
commit cdc2c5534f
3 changed files with 33 additions and 6 deletions

View File

@@ -3745,6 +3745,11 @@
<!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
<string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string>
<!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
<string name="show_hw_layers_updates">Show hardware layers updates</string>
<!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
<string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
<!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
<string name="disable_overlays">Disable HW overlays</string>
<!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->