Instance Dump Record
class InstanceDumpRecord( val id: Long, val stackTraceSerialNumber: Int, val classId: Long, val fieldValues: ByteArray) : HprofRecord.HeapDumpRecord.ObjectRecord
Content copied to clipboard
Constructors
Link copied to clipboard
fun InstanceDumpRecord( id: Long, stackTraceSerialNumber: Int, classId: Long, fieldValues: ByteArray)
Content copied to clipboard