TracingConfig.RecordContinuously Field

Definition

Caution

This constant will be removed in the future version. Use Android.Webkit.TracingMode enum directly instead of this field.

Record trace events continuously using an internal ring buffer.

[Android.Runtime.Register("RECORD_CONTINUOUSLY", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.TracingMode enum directly instead of this field.", true)]
public const Android.Webkit.TracingMode RecordContinuously = 1;
[<Android.Runtime.Register("RECORD_CONTINUOUSLY", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.TracingMode enum directly instead of this field.", true)>]
val mutable RecordContinuously : Android.Webkit.TracingMode

Field Value

Value = 1
Attributes

Remarks

Record trace events continuously using an internal ring buffer. Default tracing mode.

Overwrites old events if they exceed buffer capacity. Uses less memory than the #RECORD_UNTIL_FULL mode. Depending on the implementation typically allows up to 64k events to be stored.

Java documentation for android.webkit.TracingConfig.RECORD_CONTINUOUSLY.

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.

Applies to