Tracing Domain
Functions
Link copied to clipboard
Link copied to clipboard
(undocumented in the protocol definition)
Link copied to clipboard
Link copied to clipboard
Contains a bucket of collected trace events. When tracing is stopped collected events will be sent as a sequence of dataCollected events followed by tracingComplete event.
Link copied to clipboard
Stop trace events collection.
Link copied to clipboard
Subscribes to all events related to this domain.
Link copied to clipboard
Gets supported tracing categories.
Link copied to clipboard
suspend fun recordClockSyncMarker(input: RecordClockSyncMarkerRequest): RecordClockSyncMarkerResponse
Record a clock sync marker in the trace.
Link copied to clipboard
inline suspend fun requestMemoryDump(optionalArgs: RequestMemoryDumpRequest.Builder.() -> Unit = {}): RequestMemoryDumpResponse
Request a global memory dump.
Link copied to clipboard
Start trace events collection.
Link copied to clipboard
Link copied to clipboard
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.