data class TracingCompleteEvent : TracingEvent
<init> |
TracingCompleteEvent(dataLossOccurred: Boolean, stream: StreamHandle? = null, traceFormat: StreamFormat? = null, streamCompression: StreamCompression? = null) |
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? |