LeakingStatus

enum LeakingStatus : Enum<LeakTraceObject.LeakingStatus>

Entries

Link copied to clipboard

No decision can be made about the provided object.

Link copied to clipboard

The object was no longer needed and therefore expected to be unreachable.

Link copied to clipboard

The object was needed and therefore expected to be reachable.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int