java - Android - Memory Leak? -


based on below picture , fact number of objects grows on time. safe there memory leak in code?

also, how go debugging it?

enter image description here

first can use memory monitor watch memory change,according this.
second can run app , click "cause gc" button gc,if allocated heap size growing more , more,then can try mat here.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -