MetadataEntry



TraceEvents can contain metadata. This is how that metadata is sent to the AbstractTraceSink. These objects are pooled, and we expose bare-fields because this is performance sensitive code.

End users of tracing will never use this class directly. They will only interact with it using TraceEventScope.

Summary

Public functions

Unit
android

Public properties

Boolean
android
Double
android
Long
android
String?
android
String
android
Int
android

Public functions

reset

fun reset(): Unit

Public properties

booleanValue

var booleanValue: Boolean

doubleValue

var doubleValue: Double

longValue

var longValue: Long

name

var name: String?

stringValue

var stringValue: String

type

var type: Int