Filtering Leaking Object Finder
class FilteringLeakingObjectFinder(filters: List<FilteringLeakingObjectFinder.LeakingObjectFilter>) : LeakingObjectFinder
Content copied to clipboard
Finds the objects that are leaking by scanning all objects in the heap dump and delegating the decision to a list of FilteringLeakingObjectFinder.LeakingObjectFilter
Constructors
FilteringLeakingObjectFinder
Link copied to clipboard
fun FilteringLeakingObjectFinder(filters: List<FilteringLeakingObjectFinder.LeakingObjectFilter>)
Content copied to clipboard
Types
Leaking Object Filter
Link copied to clipboard
Filter to be passed to the FilteringLeakingObjectFinder constructor.
Functions
find Leaking Object Ids
Link copied to clipboard
For a given heap graph, returns a set of object ids for the objects that are leaking.