//leakcanary-repo/shark/AndroidObjectInspectors/Companion
Companion¶
[jvm]\ object Companion
Functions¶
Name | Summary |
---|---|
createLeakingObjectFilters | [jvm] fun createLeakingObjectFilters(inspectors: Set<AndroidObjectInspectors>): List<FilteringLeakingObjectFinder.LeakingObjectFilter> Creates a list of LeakingObjectFilter based on the passed in AndroidObjectInspectors. |
Properties¶
Name | Summary |
---|---|
appDefaults | [jvm] val appDefaults: List<ObjectInspector> |
appLeakingObjectFilters | [jvm] val appLeakingObjectFilters: List<FilteringLeakingObjectFinder.LeakingObjectFilter> Returns a list of LeakingObjectFilter suitable for apps. |