//leakcanary-repo/shark/GcRootProvider/provideGcRoots
provideGcRoots¶
[jvm]\ abstract fun provideGcRoots(graph: HeapGraph): Sequence<GcRootReference>
Provides a sequence of GC Roots to traverse the graph from, ideally in a stable order.
//leakcanary-repo/shark/GcRootProvider/provideGcRoots
[jvm]\ abstract fun provideGcRoots(graph: HeapGraph): Sequence<GcRootReference>
Provides a sequence of GC Roots to traverse the graph from, ideally in a stable order.