Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/PathFindingResults

PathFindingResults

[jvm]\ class PathFindingResults(val pathsToLeakingObjects: List<ReferencePathNode>, val dominatorTree: DominatorTree?)

Constructors

PathFindingResults [jvm]
constructor(pathsToLeakingObjects: List<ReferencePathNode>, dominatorTree: DominatorTree?)

Properties

Name Summary
dominatorTree [jvm]
val dominatorTree: DominatorTree?
pathsToLeakingObjects [jvm]
val pathsToLeakingObjects: List<ReferencePathNode>