TracingCompleteParameter

@Serializable
data class TracingCompleteParameter(val dataLossOccurred: Boolean, val stream: String? = null, val traceFormat: Tracing.StreamFormat? = null, val streamCompression: Tracing.StreamCompression? = null)

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

Constructors

Link copied to clipboard
constructor(dataLossOccurred: Boolean, stream: String? = null, traceFormat: Tracing.StreamFormat? = null, streamCompression: Tracing.StreamCompression? = null)

Properties

Link copied to clipboard

Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.

Link copied to clipboard
val stream: String? = null

A handle of the stream that holds resulting trace data.

Link copied to clipboard

Compression format of returned stream.

Link copied to clipboard

Trace data format of returned stream.