GetTrackEventDescriptorResponse

@Serializable
data class GetTrackEventDescriptorResponse(val descriptor: String)

Response type for the TracingDomain.getTrackEventDescriptor command.

Constructors

Link copied to clipboard
constructor(descriptor: String)

Properties

Link copied to clipboard

Base64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message. (Encoded as a base64 string when passed over JSON)