How to find memory leaks for native code in post Android 18?

I am trying to find a way to find memory leaks in native code in Android applications. I found other answers, such as How to find memory leaks from native code in android , but these solutions are not applicable after Android 18, since DDMS no longer supports Native Heap.

So, if someone can offer a solution, this will be a big help!

+4
source share

Source: https://habr.com/ru/post/1677003/


All Articles