Debugging release
- By 23tony
- Android Development
- 4 Replies
After debugging on my phone directly, i found it was completely unrelated to any changes I had made.
I had, for unrelated reasons, disabled location services. Permission was granted, but there was no location to get, and I wasn't handling the null object correctly!
So, even though an unrelated issue, it led me to a bug I didn't know I had. A fortunate accident.
I had, for unrelated reasons, disabled location services. Permission was granted, but there was no location to get, and I wasn't handling the null object correctly!
So, even though an unrelated issue, it led me to a bug I didn't know I had. A fortunate accident.


