How to detect memory leak

前端 未结 3 1386
[愿得一人]
[愿得一人] 2021-02-04 16:06

I faced some issues related to MemoryOutOfBounds exception in android. I found There are two reasons behind this

(1) Thread created are alive and not destroyed anywhere

3条回答
  •  忘了有多久
    2021-02-04 16:39

    This might be useful.

    What Android tools and methods work best to find memory/resource leaks?

提交回复
热议问题