diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-08-02 15:08:04 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-08-02 15:13:01 -0700 |
commit | d5119bd39738853dc96156d93c3dfbd65dd601e7 (patch) | |
tree | 1f16cde5f42010ae61b849c9878ac2d02db623d3 /res/values | |
parent | 8d7f9594cdcfd3e88c67db195aca6accc3c10274 (diff) | |
download | packages_apps_Settings-d5119bd39738853dc96156d93c3dfbd65dd601e7.tar.gz packages_apps_Settings-d5119bd39738853dc96156d93c3dfbd65dd601e7.tar.bz2 packages_apps_Settings-d5119bd39738853dc96156d93c3dfbd65dd601e7.zip |
New development setting for ANRs.
Change-Id: I1fcde9d371bbb6e0eef0da7749a8c8cfb9a2c881
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2302dcb99..fa4500609 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3395,6 +3395,12 @@ found in the list of installed applications.</string> <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] --> <string name="app_process_limit_title">Background process limit</string> + <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] --> + <string name="show_all_anrs">Show all ANRs</string> + <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] --> + <string name="show_all_anrs_summary">Show Application Not Responding dialog + for background apps</string> + <!-- Activity title for network data usage summary. [CHAR LIMIT=25] --> <string name="data_usage_summary_title">Data usage</string> <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] --> |