TracingDomain

(undocumented in the protocol definition)

Official doc

Functions

Link copied to clipboard
Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
Link copied to clipboard

Contains a bucket of collected trace events. When tracing is stopped collected events will be sent as a sequence of dataCollected events followed by tracingComplete event.

Link copied to clipboard
suspend fun end(): EndResponse

Stop trace events collection.

Link copied to clipboard
fun events(): Flow<TracingEvent>

Subscribes to all events related to this domain.

Link copied to clipboard

Gets supported tracing categories.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline suspend fun start(optionalArgs: StartRequest.Builder.() -> Unit = {}): StartResponse
suspend fun start(input: StartRequest): StartResponse

Start trace events collection.

Link copied to clipboard
Link copied to clipboard

Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.