categories property

List categories
getter/setter pair

Adds predefined TracingCategory and/or custom String sets of categories to be included in the trace output.

Note that the categories are defined by the currently-in-use version of WebView. They live in chromium code and are not part of the Android API. See chromium documentation on tracing for more details.

A category pattern can contain wildcards, e.g. "blink*" or full category name e.g. "renderer.scheduler".

Implementation

List<dynamic> categories;