I have an app I've written that I'm going through some final testing on before release.
When in Debug mode I will often get NullPointerExceptions on the 2nd or 3rd launch of the Activity. However, once it is compiled into Release mode these errors go away and I can launch the app 10 times in a row without error.
My conclusion is that the debugger has some flaws that are being highlighted, however it makes me a little uncomfortable releasing an App into the wild when I potentially have an issue.
I'd like to get some feedback from someone that has gone through this a couple of times and can say "Yes, compiler issue" or "No, it's your code and you should fix it."
Thanks for any feedback.