What a developer can never do? Test it’s own stuff. I use Financisto on a daily basis and I’ve never seen it force-closes on me. I just know how it works and unconsciously prevent myself from breaking it
So, the users tend to find the most critical bugs in my applications, but not everyone is willing to report the bug and that’s ok.
Therefore automatic reporting of the Exceptions plays a vital part in the process. And I found just the right tool to do the job - android-remote-stacktrace. Nice little library which allows you to catch unhandled exceptions and send them to your server on next application restart. One-line-of-code setup and very useful!
