AndroidBuildMirror

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

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

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Properties

id
Link copied to clipboard
val id: String

Value of android.os.Build.ID

manufacturer
Link copied to clipboard
val manufacturer: String

Value of android.os.Build.MANUFACTURER

sdkInt
Link copied to clipboard
val sdkInt: Int

Value of android.os.Build.VERSION.SDK_INT