aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/HostListActivity.java
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/connectbot/HostListActivity.java
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/connectbot/HostListActivity.java')
-rw-r--r--src/org/connectbot/HostListActivity.java2
1 files changed, 0 insertions, 2 deletions
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