Memory Analyzer Tool in android?

前端 未结 7 2067
醉酒成梦
醉酒成梦 2020-11-27 16:31

I just want to know how to work with Memory analyzer tool in android. Please tell me how to do this to know about memory leaks for a particular project. Can someone give me

7条回答
  •  無奈伤痛
    2020-11-27 16:54

    Write to hprof fails when you have not used android.permission.WRITE_EXTERNAL_STORAGE. As a special case when you are testing on device, check if your SD card is connected in Charge ONLY mode otherwise you wont have write access on SD Card

提交回复
热议问题