I had my first NullPointerExceptions in my application and it appeared in the developer console.
While I was starting to ask for advice here, I realized what the problem was, but it led to something that bothered me for a while - how to make it as easy as possible to debug my code when the only thing I have to access is the developer console and the stack traces present there.
In other words, is there anything I can do as a developer to improve the feedback I get when my application crashes into the wild? Maybe it's Google Analytics, maybe Instrumentation classes, but should there be a better way to get more context to help me debug my application when I don't have access to the user or his device for debugging?
android remote-debugging
Rivierakid
source share