AndroidBuildMirror

class AndroidBuildMirror(val manufacturer: String, val sdkInt: Int, val id: String)

Caches values from the android.os.Build class in the heap dump. Retrieve a cached instances via fromHeapGraph.

Constructors

Link copied to clipboard
constructor(manufacturer: String, sdkInt: Int, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Value of android.os.Build.ID

Link copied to clipboard

Value of android.os.Build.MANUFACTURER

Link copied to clipboard
val sdkInt: Int

Value of android.os.Build.VERSION.SDK_INT