Comment on Ask HN: How Hard to Make App for Android?parentComments−daniel_solano15yA good way to figure out if you are doing something that you shouldn't in your application is to use the new StrictMode API: http://android-developers.blogspot.com/2010/12/new-gingerbre...−Pewpewarrows15yOh very cool. That will definitely make tracking down some hard-to-reproduce ANRs easier.
Comments
A good way to figure out if you are doing something that you shouldn't in your application is to use the new StrictMode API: http://android-developers.blogspot.com/2010/12/new-gingerbre...
Oh very cool. That will definitely make tracking down some hard-to-reproduce ANRs easier.