TracingConfig.CategoriesJavascriptAndRendering 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 與渲染問題。 通常包含「閃爍」、「合成器」、「顯示卡」、「renderer.scheduler」和「v8」類別。
Java 文件 android.webkit.TracingConfig.CATEGORIES_JAVASCRIPT_AND_RENDERING。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。