How to detect memory leak

前端 未结 3 1388
[愿得一人]
[愿得一人] 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:43

    You don't need a memory leak to get an OutOfMemoryError, simply using too much memory in your app will cause it.

提交回复
热议问题