summaryrefslogtreecommitdiffstats
path: root/apps/Development/res/values/strings.xml
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2009-12-09 16:30:23 -0800
committerDan Egnor <egnor@google.com>2009-12-11 13:26:46 -0800
commitd0225ee63f305ef59e17f8ad0dc16b2ef5e85af0 (patch)
treef07dfb3796bd66b95d0e841417ad340106879e17 /apps/Development/res/values/strings.xml
parentf2519b444f658d2d7af8f85b0b95d12f32cf8bd2 (diff)
downloadandroid_development-d0225ee63f305ef59e17f8ad0dc16b2ef5e85af0.tar.gz
android_development-d0225ee63f305ef59e17f8ad0dc16b2ef5e85af0.tar.bz2
android_development-d0225ee63f305ef59e17f8ad0dc16b2ef5e85af0.zip
Remove the old Dev Tools exception browser (since it relies on
now eliminated checkin database crash storage functionality). Add a new test app to Dev Tools, "Bad Behavior", which has buttons to crash and generate an ANR on command. Update the Monkey to follow changed APIs.
Diffstat (limited to 'apps/Development/res/values/strings.xml')
-rw-r--r--apps/Development/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/Development/res/values/strings.xml b/apps/Development/res/values/strings.xml
index 350f74db7..cb41087f8 100644
--- a/apps/Development/res/values/strings.xml
+++ b/apps/Development/res/values/strings.xml
@@ -193,4 +193,9 @@
<string name="binding_bind_failed">Bind failed</string>
<string name="binding_waiting_for_connection">Waiting for service to be connected...</string>
<string name="select_account_to_sync">Select account to sync</string>
+
+ <!-- BadBehaviorActivity -->
+ <string name="bad_behavior_crash_main_label">Crash the main thread</string>
+ <string name="bad_behavior_crash_thread_label">Crash an auxiliary thread</string>
+ <string name="bad_behavior_anr_label">Stop responding for 20 seconds (ANR)</string>
</resources>