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

@@ -110,6 +110,11 @@
android:title="@string/show_hw_layers_updates"
android:summary="@string/show_hw_layers_updates_summary"/>
<CheckBoxPreference
android:key="show_hw_overdraw"
android:title="@string/show_hw_overdraw"
android:summary="@string/show_hw_overdraw_summary"/>
<CheckBoxPreference
android:key="show_screen_updates"
android:title="@string/show_screen_updates"