chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tracing.events / TracingEvent / TracingCompleteEvent

TracingCompleteEvent

data class TracingCompleteEvent : TracingEvent

Constructors

<init>

TracingCompleteEvent(dataLossOccurred: Boolean, stream: StreamHandle? = null, traceFormat: StreamFormat? = null, streamCompression: StreamCompression? = null)

Properties

dataLossOccurred

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

val dataLossOccurred: Boolean

stream

A handle of the stream that holds resulting trace data.

val stream: StreamHandle?

streamCompression

Compression format of returned stream.

val streamCompression: StreamCompression?

traceFormat

Trace data format of returned stream.

val traceFormat: StreamFormat?