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 booleanValueBoolean

doubleValue

var doubleValueDouble

longValue

var longValueLong

name

var nameString?

stringValue

var stringValueString

type

var typeInt