aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-10 08:27:58 +0000
committerKenny Root <kenny@the-b.org>2009-06-10 08:27:58 +0000
commitd62e6eebae78c8d59c46517fd5cea9be6942f5ba (patch)
tree620ce7a5e365d71097bb839fcfa2f81890a6a234 /res/values
parente7e79db923cd98bfd804ae2dc8383d949b5ddddb (diff)
downloadconnectbot-d62e6eebae78c8d59c46517fd5cea9be6942f5ba.tar.gz
connectbot-d62e6eebae78c8d59c46517fd5cea9be6942f5ba.tar.bz2
connectbot-d62e6eebae78c8d59c46517fd5cea9be6942f5ba.zip
Add stack trace reporting
* When an unhandled exception occurs, the exception handler writes it to a file in addition to all ther other stuff that normally happens * The next time ConnectBot is started up, the user is prompted as to whether they want to submit the stack trace to aid in finding bugs. * If the user agrees or declines, the stack traces are deleted. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@277 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1998650..bbc23f2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -361,6 +361,9 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Not right now</string>
+ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers -->
+ <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string>
+
<string name="color_red">red</string>
<string name="color_green">green</string>
<string name="color_blue">blue</string>