TracingConfig.CategoriesFrameViewer Campo

Definizione

Attenzione

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

Set predefinito di categorie per studiare problemi di prestazioni di rendering difficili.

[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

Valore del campo

Value = 64
Attributi

Commenti

Set predefinito di categorie per studiare problemi di prestazioni di rendering difficili. In genere include "blink", "compositor", "gpu", "renderer.scheduler", "v8" e altre categorie di compositori disabilitate per impostazione predefinita.

per android.webkit.TracingConfig.CATEGORIES_FRAME_VIEWER.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a