Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/LeaksAndUnreachableObjects

LeaksAndUnreachableObjects

[jvm]\ data class LeaksAndUnreachableObjects(val applicationLeaks: List<ApplicationLeak>, val libraryLeaks: List<LibraryLeak>, val unreachableObjects: List<LeakTraceObject>)

Constructors

LeaksAndUnreachableObjects [jvm]
constructor(applicationLeaks: List<ApplicationLeak>, libraryLeaks: List<LibraryLeak>, unreachableObjects: List<LeakTraceObject>)

Properties

Name Summary
applicationLeaks [jvm]
val applicationLeaks: List<ApplicationLeak>
libraryLeaks [jvm]
val libraryLeaks: List<LibraryLeak>
unreachableObjects [jvm]
val unreachableObjects: List<LeakTraceObject>