TracingConfig.CategoriesFrameViewer Field

Definition

Caution

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

Predefined set of categories for studying difficult rendering performance problems.

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

Field Value

Value = 64
Attributes

Remarks

Predefined set of categories for studying difficult rendering performance problems. Typically includes "blink", "compositor", "gpu", "renderer.scheduler", "v8" and some other compositor categories which are disabled by default.

Java documentation for android.webkit.TracingConfig.CATEGORIES_FRAME_VIEWER.

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