Control OpenGL traces from Developer Options in Settings

This change adds a new entry to the developer options screen in
settings that lets you choose what OpenGL traces you want.

Change-Id: Ie789fa20dbbabee1e509b697106072464e9f9d2b
This commit is contained in:
Romain Guy
2012-10-18 17:37:43 -07:00
parent 7a1c4cdfae
commit 025cafcfa1
4 changed files with 60 additions and 0 deletions

View File

@@ -188,6 +188,13 @@
android:title="@string/track_frame_time"
android:summary="@string/track_frame_time_summary"/>
<ListPreference
android:key="enable_opengl_traces"
android:title="@string/enable_opengl_traces_title"
android:persistent="false"
android:entries="@array/enable_opengl_traces_entries"
android:entryValues="@array/enable_opengl_traces_values" />
<MultiCheckPreference
android:key="enable_traces"
android:title="@string/enable_traces_title"