Tracking Unhandled Exceptions Remotely


androidremotestacktraceNeed to track unhandled exceptions remotely? I came across android-remote-stacktrace today that, with the addition of a trace.jar file, gives you remote logging of unhandled exceptions together with a stacktrace. There’s also a php file that you can put on your server to receive the information and write it to a file.

The only problem I suppose is that end users might question why the application requires android.permission.INTERNET when the core application might not need to access the Internet. Nevertheless, I can see this being a great tool to use when people are testing your application.

Comments are closed.