Merge "Settings to control traces." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
821a4d8c34
@@ -62,58 +62,38 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:key="debug_ui_category"
|
||||
android:title="@string/debug_ui_category">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="strict_mode"
|
||||
android:title="@string/strict_mode"
|
||||
android:summary="@string/strict_mode_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="pointer_location"
|
||||
android:title="@string/pointer_location"
|
||||
android:summary="@string/pointer_location_summary"/>
|
||||
<PreferenceCategory android:key="debug_input_category"
|
||||
android:title="@string/debug_input_category">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="show_touches"
|
||||
android:title="@string/show_touches"
|
||||
android:summary="@string/show_touches_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="pointer_location"
|
||||
android:title="@string/pointer_location"
|
||||
android:summary="@string/pointer_location_summary"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:key="debug_drawing_category"
|
||||
android:title="@string/debug_drawing_category">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="debug_layout"
|
||||
android:title="@string/debug_layout"
|
||||
android:summary="@string/debug_layout_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="show_screen_updates"
|
||||
android:title="@string/show_screen_updates"
|
||||
android:summary="@string/show_screen_updates_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="disable_overlays"
|
||||
android:title="@string/disable_overlays"
|
||||
android:summary="@string/disable_overlays_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="show_cpu_usage"
|
||||
android:title="@string/show_cpu_usage"
|
||||
android:summary="@string/show_cpu_usage_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="force_hw_ui"
|
||||
android:title="@string/force_hw_ui"
|
||||
android:summary="@string/force_hw_ui_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="show_hw_screen_udpates"
|
||||
android:title="@string/show_hw_screen_updates"
|
||||
android:summary="@string/show_hw_screen_updates_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="track_frame_time"
|
||||
android:title="@string/track_frame_time"
|
||||
android:summary="@string/track_frame_time_summary"/>
|
||||
android:key="show_screen_updates"
|
||||
android:title="@string/show_screen_updates"
|
||||
android:summary="@string/show_screen_updates_summary"/>
|
||||
|
||||
<ListPreference
|
||||
android:key="window_animation_scale"
|
||||
@@ -136,6 +116,41 @@
|
||||
android:entries="@array/animator_duration_scale_entries"
|
||||
android:entryValues="@array/animator_duration_scale_values" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="disable_overlays"
|
||||
android:title="@string/disable_overlays"
|
||||
android:summary="@string/disable_overlays_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="force_hw_ui"
|
||||
android:title="@string/force_hw_ui"
|
||||
android:summary="@string/force_hw_ui_summary"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:key="debug_monitoring_category"
|
||||
android:title="@string/debug_monitoring_category">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="strict_mode"
|
||||
android:title="@string/strict_mode"
|
||||
android:summary="@string/strict_mode_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="show_cpu_usage"
|
||||
android:title="@string/show_cpu_usage"
|
||||
android:summary="@string/show_cpu_usage_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="track_frame_time"
|
||||
android:title="@string/track_frame_time"
|
||||
android:summary="@string/track_frame_time_summary"/>
|
||||
|
||||
<MultiCheckPreference
|
||||
android:key="enable_traces"
|
||||
android:title="@string/enable_traces_title"
|
||||
android:dialogTitle="@string/enable_traces_dialog_title" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:key="debug_applications_category"
|
||||
|
Reference in New Issue
Block a user