//leakcanary-repo/shark/HeapGraph/findObjectById
findObjectById¶
[jvm]\ abstract fun findObjectById(objectId: Long): HeapObject
Returns the HeapObject corresponding to the provided objectId, and throws IllegalArgumentException otherwise.
//leakcanary-repo/shark/HeapGraph/findObjectById
[jvm]\ abstract fun findObjectById(objectId: Long): HeapObject
Returns the HeapObject corresponding to the provided objectId, and throws IllegalArgumentException otherwise.