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

DataCollectedEvent

data class DataCollectedEvent : TracingEvent

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.

Official doc

Constructors

<init>

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.

DataCollectedEvent(value: List<JsonElement>)

Properties

value

val value: List<JsonElement>