TracingConfig.CategoriesRendering フィールド

定義

注意事項

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

レンダリングの問題を分析するためのカテゴリの定義済みセット。

[Android.Runtime.Register("CATEGORIES_RENDERING", 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 CategoriesRendering = 16;
[<Android.Runtime.Register("CATEGORIES_RENDERING", 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 CategoriesRendering : Android.Webkit.Categories

フィールド値

Value = 16
属性

注釈

レンダリングの問題を分析するためのカテゴリの定義済みセット。 通常、"blink"、"compositor"、"gpu" カテゴリが含まれます。

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

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

適用対象