leakcanary
leakcanary copied to clipboard
Docs of how to use Dominator Tree
I use ObjectDominators to build a dominator tree and find the largest retain size object.
ObjectDominators().buildDominatorTree(graph, ignoredRefs)
And I would like to find the reference path or path to GC root of this object, but I don't known how to find it in graph.