Share via


TracingConfig.CategoriesAll Field

Definition

Caution

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

Predefined set of categories, includes all categories enabled by default in 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

Field Value

Value = 1
Attributes

Remarks

Predefined set of categories, includes all categories enabled by default in chromium. Use with caution: this setting may produce large trace output.

Java documentation for android.webkit.TracingConfig.CATEGORIES_ALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to