TracingController.Start(TracingConfig) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts tracing all webviews.
[Android.Runtime.Register("start", "(Landroid/webkit/TracingConfig;)V", "GetStart_Landroid_webkit_TracingConfig_Handler", ApiSince=28)]
public abstract void Start (Android.Webkit.TracingConfig tracingConfig);
[<Android.Runtime.Register("start", "(Landroid/webkit/TracingConfig;)V", "GetStart_Landroid_webkit_TracingConfig_Handler", ApiSince=28)>]
abstract member Start : Android.Webkit.TracingConfig -> unit
Parameters
- tracingConfig
- TracingConfig
Configuration options to use for tracing.
- Attributes
Remarks
Starts tracing all webviews. Depending on the trace mode in traceConfig specifies how the trace events are recorded.
For tracing modes TracingConfig#RECORD_UNTIL_FULL
and TracingConfig#RECORD_CONTINUOUSLY
the events are recorded using an internal buffer and flushed to the outputStream when #stop(OutputStream, Executor)
is called.
Java documentation for android.webkit.TracingController.start(android.webkit.TracingConfig)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.