//leakcanary-repo/shark/HeapGraph/findClassByName
findClassByName¶
[jvm]\ abstract fun findClassByName(className: String): HeapObject.HeapClass?
Returns the HeapClass corresponding to the provided className, or null if the class cannot be found.
//leakcanary-repo/shark/HeapGraph/findClassByName
[jvm]\ abstract fun findClassByName(className: String): HeapObject.HeapClass?
Returns the HeapClass corresponding to the provided className, or null if the class cannot be found.