Add new developer setting to visualize overdraw

Change-Id: I16d6bb5a199233efebf5c3211dbe57dc9b6729c9
This commit is contained in:
Romain Guy
2012-09-21 19:23:20 -07:00
parent 377ab9c2e4
commit 098f493dba
3 changed files with 27 additions and 0 deletions

View File

@@ -3879,6 +3879,11 @@
<!-- 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: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
<string name="show_hw_overdraw">Show GPU overdraw</string>
<!-- UI debug setting: Show the amount of overdraw summary [CHAR LIMIT=50] -->
<string name="show_hw_overdraw_summary">From best to worst: blue, green, light red, red</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] -->