Leak

sealed class Leak : Serializable

A leak found by HeapAnalyzer, either an ApplicationLeak or a LibraryLeak.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
abstract val leakTraces: List<LeakTrace>

Group of leak traces which share the same leak signature.

Link copied to clipboard
abstract val shortDescription: String
Link copied to clipboard
abstract val signature: String

A unique SHA1 hash that represents this group of leak traces.

Link copied to clipboard
val totalRetainedHeapByteSize: Int?

Sum of LeakTrace.retainedHeapByteSize for all elements in leakTraces. Null if the retained heap size was not computed.

Link copied to clipboard
val totalRetainedObjectCount: Int?

Sum of LeakTrace.retainedObjectCount for all elements in leakTraces. Null if the retained heap size was not computed.

Inheritors

Link copied to clipboard
Link copied to clipboard