您的位置:首页 > 移动开发 > Android开发

Howto find native code memory leak in Android

2009-08-23 13:23 686 查看

fadden
View profile









(3 users) More options Aug 6, 1:41 am
On Aug 5, 5:16 am, clikx <click...@gmail.com> wrote:

> Is there any tool available to find memory leak in native code?

> Is there any tool like 'memprof' or 'mtrace' ported to work in Android

> platform?

If you have the right kind of build on the phone, you can replace /

system/lib/libc.so with /system/lib/libc_debug.so and restart the

framework. Add "native=true" to your ~/.android/ddms.cfg, and start

the stand-alone version of DDMS. You should now have a "Native Heap"

tab that you can use to examine native allocations.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: