aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-10 16:19:53 +0000
committerKenny Root <kenny@the-b.org>2009-06-10 16:19:53 +0000
commit5730cd751eba90d5bb33babb41425586dbcc30b1 (patch)
tree3acbe15f10487958e96c97b2931428f944e805d6 /src/org
parentd62e6eebae78c8d59c46517fd5cea9be6942f5ba (diff)
downloadconnectbot-5730cd751eba90d5bb33babb41425586dbcc30b1.tar.gz
connectbot-5730cd751eba90d5bb33babb41425586dbcc30b1.tar.bz2
connectbot-5730cd751eba90d5bb33babb41425586dbcc30b1.zip
Improve the stack trace handler; only ask user to submit while in the host list
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@278 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'src/org')
-rw-r--r--src/org/connectbot/ConsoleActivity.java7
-rw-r--r--src/org/connectbot/HostListActivity.java2
2 files changed, 0 insertions, 9 deletions
diff --git a/src/org/connectbot/ConsoleActivity.java b/src/org/connectbot/ConsoleActivity.java
index 20673eb..059632a 100644
--- a/src/org/connectbot/ConsoleActivity.java
+++ b/src/org/connectbot/ConsoleActivity.java
@@ -733,13 +733,6 @@ public class ConsoleActivity extends Activity {
wakelock.release();
}
- @Override
- public void onResume() {
- super.onResume();
-
- ExceptionHandler.checkForTraces(this);
- }
-
protected void shiftLeft() {
View overlay;
boolean shouldAnimate = flip.getChildCount() > 1;
diff --git a/src/org/connectbot/HostListActivity.java b/src/org/connectbot/HostListActivity.java
index 17edd0f..571780d 100644
--- a/src/org/connectbot/HostListActivity.java
+++ b/src/org/connectbot/HostListActivity.java
@@ -111,8 +111,6 @@ public class HostListActivity extends ListActivity {
this.hostdb = new HostDatabase(this);
this.updateList();
-
- ExceptionHandler.checkForTraces(this);
}
@Override