//leakcanary-repo/shark/HeapGraph/findObjectByIdOrNull
findObjectByIdOrNull¶
[jvm]\ abstract fun findObjectByIdOrNull(objectId: Long): HeapObject?
Returns the HeapObject corresponding to the provided objectId or null if it cannot be found.
//leakcanary-repo/shark/HeapGraph/findObjectByIdOrNull
[jvm]\ abstract fun findObjectByIdOrNull(objectId: Long): HeapObject?
Returns the HeapObject corresponding to the provided objectId or null if it cannot be found.