sealed class TracingEvent
BufferUsageEvent |
data class BufferUsageEvent : TracingEvent |
DataCollectedEvent |
Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event. data class DataCollectedEvent : TracingEvent |
TracingCompleteEvent |
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events. data class TracingCompleteEvent : TracingEvent |