TracingConfig.CategoriesFrameViewer Campo

Definición

Precaución

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

Conjunto predefinido de categorías para estudiar problemas de rendimiento de representación difíciles.

[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

Valor de campo

Value = 64
Atributos

Comentarios

Conjunto predefinido de categorías para estudiar problemas de rendimiento de representación difíciles. Normalmente incluye "blink", "compositor", "gpu", "renderer.scheduler", "v8" y otras categorías de compositor que están deshabilitadas de forma predeterminada.

Java documentación para android.webkit.TracingConfig.CATEGORIES_FRAME_VIEWER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a