Check and Avoid Memory Leaks in Application

前端 未结 2 1546
陌清茗
陌清茗 2021-02-02 00:34

So, I am done with a project, now the main issue I am facing is the Memory Leakage in the application (“leak” meaning you keep a reference to an activity, t

2条回答
  •  离开以前
    2021-02-02 01:08

    I know this is an old post, but recently Square released a library called LeakCanary which is by far the most elegant solution for finding memory leaks.

提交回复
热议问题