Detecting native memory leaks in Android JNI code

后端 未结 3 2040
半阙折子戏
半阙折子戏 2020-12-24 09:46

How to detect Memory leaks in Android JNI code? I am using Froyo

3条回答
  •  时光取名叫无心
    2020-12-24 10:43

    U need to take the snapshot before and aftere the test ran . Then press +/- button then it will show the retained memory location .

提交回复
热议问题