TracingConfig.RecordContinuously 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This constant will be removed in the future version. Use Android.Webkit.TracingMode enum directly instead of this field.
使用內部環狀緩衝區持續記錄追蹤事件。
[Android.Runtime.Register("RECORD_CONTINUOUSLY", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.TracingMode enum directly instead of this field.", true)]
public const Android.Webkit.TracingMode RecordContinuously = 1;
[<Android.Runtime.Register("RECORD_CONTINUOUSLY", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.TracingMode enum directly instead of this field.", true)>]
val mutable RecordContinuously : Android.Webkit.TracingMode
欄位值
Value = 1- 屬性
備註
使用內部環狀緩衝區持續記錄追蹤事件。 預設追蹤模式。
若舊事件超過緩衝區容量,則會覆寫。 記憶體消耗比模式少 #RECORD_UNTIL_FULL 。 依實作不同,通常允許儲存最多 64k 事件。
Java 文件 android.webkit.TracingConfig.RECORD_CONTINUOUSLY。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。