First of all, if this question is not the right place to ask, please guide me.
Recently some users of my app complain that their phone is freezed and restarts while using my app. My question is how can the app freeze Android OS? Is there any chance for this? If so, what are the possible reasons behind this? How can I separate this issue? (One of the devices SM-G920V, Android OS 5.0)
In debug mode I Took part in my app and used it continuously, and found that the thaw calculation was not coming down and it was gradually increasing, I looked at thread names. Then I used that update thread option in DDS and checked where the thread was being created, In fact, the thread related to the media was not being released (its system was thread) in my case. Then I have ensured that it is released all the time. Boom problem has been solved :)
No comments:
Post a Comment