How do I improve quality of debug data when my app crashes in the wild?
问题 I had my first NullPointerExceptions in my app and it showed up on the Developer Console. While I was starting to ask for advice here I realised what the problem was, but it brought to the front of my mind something that's been bothering me for some time - how to make it as easy as possible to debug my code when the only thing I have access to 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