Merge "New development setting for ANRs."

This commit is contained in:
Dianne Hackborn
2011-08-02 16:58:30 -07:00
committed by Android (Google) Code Review
3 changed files with 32 additions and 0 deletions

View File

@@ -93,6 +93,11 @@
android:entries="@array/app_process_limit_entries"
android:entryValues="@array/app_process_limit_values" />
<CheckBoxPreference
android:key="show_all_anrs"
android:title="@string/show_all_anrs"
android:summary="@string/show_all_anrs_summary"/>
</PreferenceCategory>
</PreferenceScreen>