| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@342 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
* 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
|