TracingConfig.CategoriesAll フィールド

定義

注意事項

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

定義済みのカテゴリ セットには、Chromium で既定で有効になっているすべてのカテゴリが含まれます。

[Android.Runtime.Register("CATEGORIES_ALL", 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 CategoriesAll = 1;
[<Android.Runtime.Register("CATEGORIES_ALL", 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 CategoriesAll : Android.Webkit.Categories

フィールド値

Value = 1
属性

注釈

定義済みのカテゴリ セットには、Chromium で既定で有効になっているすべてのカテゴリが含まれます。 注意して使用してください。この設定では、大きなトレース出力が生成される可能性があります。

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

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

適用対象