summaryrefslogtreecommitdiffstats
path: root/apps/Development/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Development/res/values')
-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>