Leak Trace Reference
data class LeakTraceReference(originObject: LeakTraceObject, referenceType: LeakTraceReference.ReferenceType, owningClassName: String, referenceName: String) : Serializable
Content copied to clipboard
A LeakTraceReference represents an origin LeakTraceObject and either a reference from that object to the LeakTraceObject in the next LeakTraceReference in LeakTrace.referencePath, or to LeakTrace.leakingObject if this is the last LeakTraceReference in LeakTrace.referencePath.
Constructors
LeakTraceReference
Link copied to clipboard
fun LeakTraceReference(originObject: LeakTraceObject, referenceType: LeakTraceReference.ReferenceType, owningClassName: String, referenceName: String)
Content copied to clipboard
Types
Properties
originObject
Link copied to clipboard
owningClassName
Link copied to clipboard
owningClassSimpleName
Link copied to clipboard
referenceDisplayName
Link copied to clipboard
referenceGenericName
Link copied to clipboard
referenceName
Link copied to clipboard
referenceType
Link copied to clipboard