startRecording

abstract fun startRecording(options: TraceConfig): <Error class: unknown class><<Error class: unknown class>>(source)
abstract fun startRecording(options: TraceCategoriesAndOptions): <Error class: unknown class><<Error class: unknown class>>(source)

resolved once all child processes have acknowledged the startRecording request.

Start recording on all processes.

Recording begins immediately locally and asynchronously on child processes as soon as they receive the EnableRecording request.

If a recording is already running, the promise will be immediately resolved, as only one trace operation can be in progress at a time.