leakcanary icon indicating copy to clipboard operation
leakcanary copied to clipboard

Docs of how to use Dominator Tree

Open zienn opened this issue 6 months ago • 0 comments

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.

zienn avatar Aug 10 '24 02:08 zienn