TracingConfig.CategoriesJavascriptAndRendering フィールド

定義

注意事項

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

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

[Android.Runtime.Register("CATEGORIES_JAVASCRIPT_AND_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 CategoriesJavascriptAndRendering = 32;
[<Android.Runtime.Register("CATEGORIES_JAVASCRIPT_AND_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 CategoriesJavascriptAndRendering : Android.Webkit.Categories

フィールド値

Value = 32
属性

注釈

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

Javaドキュメント。

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

適用対象