Using the Android memory monitor, especially its Dump Java Heap feature, I was currently looking for memory leaks in my application. To the left of viewing the Android / HPROF dump, you can open the "Analyzer Tasks", and there you can tell the machine "Leak Detection" and "Find Duplicate Lines". The last option puzzles me. What does he do and how is it useful? It should be more complicated than just helping those awkward developers among us who put the same line into their resource folder twice. The docs are not very useful here (if my search was sufficiently complete), because they claim that it helps in cases where the target program has lines that repeat the values. "When will this be?
android android-studio heap-dump hprof
kalabalik
source share