Package shark
Types
Link copied to clipboard
class AndroidBuildMirror( val manufacturer: String, val sdkInt: Int, val id: String)
Content copied to clipboard
Caches values from the android.os.Build class in the heap dump. Retrieve a cached instances via fromHeapGraph.
Link copied to clipboard
Link copied to clipboard
enum AndroidObjectInspectors : Enum<AndroidObjectInspectors> , ObjectInspector
Content copied to clipboard
A set of default ObjectInspectors that knows about common AOSP and library classes.
Link copied to clipboard
AndroidReferenceMatchers values add ReferenceMatcher instances to a global list via their add method. A ReferenceMatcher is either a IgnoredReferenceMatcher or a LibraryLeakReferenceMatcher.
Link copied to clipboard
Link copied to clipboard