Class GetTrackEventDescriptorCommandResponse
Response for Return a descriptor for all available tracing categories.
public sealed class GetTrackEventDescriptorCommandResponse : ICommandResponse<GetTrackEventDescriptorCommandSettings>, ICommandResponse
- Inheritance
-
GetTrackEventDescriptorCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Descriptor
Base64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message.
[JsonPropertyName("descriptor")]
public string Descriptor { get; set; }