InstanceDumpRecord

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

Properties

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

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

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