Naresh Kumar
Naresh Kumar

Reputation: 287

Native memory leak detection android

Where can I find libc_malloc_debug_leak.so and libc_malloc_debug_qemu.so for different android versions (Ice cream sandwich, jelly bean, KitKat) and different devices (Galaxy Nexus, Nexus 7, Nexus 10) ?

Upvotes: 0

Views: 485

Answers (1)

Naresh Kumar
Naresh Kumar

Reputation: 287

Found them in the system-images that comes along with the Android SDK. I just extracted the system-images and found the .so's in the system/lib folder.

Upvotes: 1

Related Questions