TracingConfig.CategoriesInputLatency フィールド

定義

注意事項

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

入力待機時間の問題を分析するためのカテゴリの定義済みのセット。

[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

フィールド値

Value = 8
属性

注釈

入力待機時間の問題を分析するためのカテゴリの定義済みのセット。 通常、"input"、"renderer.scheduler" カテゴリが含まれます。

android.webkit.TracingConfig.CATEGORIES_INPUT_LATENCYJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象