What is the way to find memory leaks that are in ndk C code in android studio? As every one on google and stackoverflow refer to ddms for memory leaks in ndk C code but ddms is no longer present in android sdk as described in the following link How to Find memory leaks from native code in android
It also does not help as there is no way to run ddms.