square / leakcanary

A memory leak detection library for Android.
https://square.github.io/leakcanary
Apache License 2.0
29.29k stars 3.97k forks source link

Compare retained size with Android Studio #1355

Open pyricau opened 5 years ago

pyricau commented 5 years ago

The new heap dump parser is able to compute retained size. We should run the same heapdump in leakcanary and android studio to double check we get the same results.

pyricau commented 5 years ago

This blog is gold: http://memoryanalyzer.blogspot.com/2010/02/heap-dump-analysis-with-memory-analyzer.html

pyricau commented 2 years ago

We should also compare with Yourkit.