feat: add tracing info to WebContents IPC methods (#21404)
This commit is contained in:
parent
092e00f7f0
commit
1f3561227d
2 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,9 @@ Get a set of category groups. The category groups can change as new code paths
|
|||
are reached. See also the [list of built-in tracing
|
||||
categories](https://chromium.googlesource.com/chromium/src/+/master/base/trace_event/builtin_categories.h).
|
||||
|
||||
> **NOTE:** Electron adds a non-default tracing category called `"electron"`.
|
||||
> This category can be used to capture Electron-specific tracing events.
|
||||
|
||||
### `contentTracing.startRecording(options)`
|
||||
|
||||
* `options` ([TraceConfig](structures/trace-config.md) | [TraceCategoriesAndOptions](structures/trace-categories-and-options.md))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue