Tracing the Memory/Window Leaks in Android?

后端 未结 2 1093
情深已故
情深已故 2021-01-02 15:15

How to trace the Memory Leaks in Android Development? I am working on eclipse IDE to develop the application. i cant find out how to rectify the memory or window Leaks Excep

2条回答
  •  無奈伤痛
    2021-01-02 15:43

    I donno what caused you memory leak. But i have suffered from memory leak due to excess of Bitmap object to convert drawable to bitmap..

    later used one single Bitmap object to rectify this problem.

提交回复
热议问题