51cfb5cff1
This allows memory-infra to be traced correctly. Fixes #12506.
9 lines
323 B
Markdown
9 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
|