aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/nullwire/trace/DefaultExceptionHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove nullwire serviceKenny Root2011-10-121-58/+0
| | | | | | | | Android Market will report traces for things installed via Market. Nullwire's stuff isn't really worth it. Also, the TerminalManager isn't really a "background" service since the calls into it still runs on the UI looper.
* Update Nullwire error reportingKenny Root2009-12-171-5/+14
| | | | | | | | Old version didn't chain to the default Android exception handler whereas this version does. Also add in OS version and phone type reporting to aid in triage. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@438 df292f66-193f-0410-a5fc-6d59da041ff2
* Add in build information for exception reportingKenny Root2009-06-271-0/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@342 df292f66-193f-0410-a5fc-6d59da041ff2
* * Don't let SSH hang on authentication when the TerminalManager goes awayKenny Root2009-06-161-1/+0
| | | | | | | * Remove comment that snuck into last commit * Make HostListActivity a little bit faster by not calling updateList 3 times in a row git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@304 df292f66-193f-0410-a5fc-6d59da041ff2
* Add configurable backspace keyKenny Root2009-06-151-0/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
* Add stack trace reportingKenny Root2009-06-101-0/+46
* 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