Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/RealLeakTracerFactory

RealLeakTracerFactory

[jvm]\ class RealLeakTracerFactory(shortestPathFinderFactory: ShortestPathFinder.Factory, objectInspectors: List<ObjectInspector>, listener: RealLeakTracerFactory.Event.Listener) : LeakTracer.Factory

Constructors

RealLeakTracerFactory [jvm]
constructor(shortestPathFinderFactory: ShortestPathFinder.Factory, objectInspectors: List<ObjectInspector>, listener: RealLeakTracerFactory.Event.Listener)

Types

Name Summary
Event [jvm]
interface Event

Functions

Name Summary
createFor [jvm]
open override fun createFor(heapGraph: HeapGraph): LeakTracer