//leakcanary-android-core/leakcanary/LeakCanary/Config/objectInspectors

objectInspectors

[androidJvm]
val objectInspectors: List<ObjectInspector>

List of ObjectInspector that provide LeakCanary with insights about objects found in the heap. You can create your own ObjectInspector implementations, and also add a shark.AppSingletonInspector instance created with the list of internal singletons.

Defaults to AndroidObjectInspectors.appDefaults