LeakingStatus

enum LeakingStatus : Enum<LeakTraceObject.LeakingStatus>

Entries

UNKNOWN
Link copied to clipboard

No decision can be made about the provided object.

LEAKING
Link copied to clipboard

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

NOT_LEAKING
Link copied to clipboard

The object was needed and therefore expected to be reachable.

Properties

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