tracingMode property

TracingMode? tracingMode
getter/setter pair

The tracing mode for this configuration. When tracingMode is not set explicitly, the default is TracingMode.RECORD_CONTINUOUSLY.

Officially Supported Platforms/Implementations:

  • Android WebView

Use the TracingSettings.isPropertySupported method to check if this property is supported at runtime.

Officially Supported Platforms/Implementations:

  • Android WebView

Implementation

TracingMode? tracingMode;