InstanceDumpRecord

class InstanceDumpRecord(    val id: Long,     val stackTraceSerialNumber: Int,     val classId: Long,     val fieldValues: ByteArray) : HprofRecord.HeapDumpRecord.ObjectRecord

Constructors

Link copied to clipboard
fun InstanceDumpRecord(    id: Long,     stackTraceSerialNumber: Int,     classId: Long,     fieldValues: ByteArray)

Properties

Link copied to clipboard
val classId: Long
Link copied to clipboard
val fieldValues: ByteArray

Instance field values (this class, followed by super class, etc)

Link copied to clipboard
val id: Long
Link copied to clipboard
val stackTraceSerialNumber: Int