TracingConfig.CategoriesInputLatency 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 analizar problemas de latencia de entrada.

[Android.Runtime.Register("CATEGORIES_INPUT_LATENCY", 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 CategoriesInputLatency = 8;
[<Android.Runtime.Register("CATEGORIES_INPUT_LATENCY", 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 CategoriesInputLatency : Android.Webkit.Categories

Valor de campo

Value = 8
Atributos

Comentarios

Conjunto predefinido de categorías para analizar problemas de latencia de entrada. Normalmente incluye categorías "input", "renderer.scheduler".

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

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