mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
10 lines
323 B
Markdown
10 lines
323 B
Markdown
# TraceConfig Object
|
|
|
|
* `included_categories` String[] (optional)
|
|
* `excluded_categories` String[] (optional)
|
|
* `memory_dump_config` Object (optional)
|
|
|
|
See an example in the [Chromium docs][1].
|
|
|
|
[1]: https://chromium.googlesource.com/chromium/src/+/master/docs/memory-infra/memory_infra_startup_tracing.md#the-advanced-way
|