TracingConfig.RecordUntilFull フィールド

定義

注意事項

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

内部トレース バッファーがいっぱいになるまでトレース イベントを記録します。

[Android.Runtime.Register("RECORD_UNTIL_FULL", 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 RecordUntilFull = 0;
[<Android.Runtime.Register("RECORD_UNTIL_FULL", 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 RecordUntilFull : Android.Webkit.TracingMode

フィールド値

Value = 0
属性

注釈

内部トレース バッファーがいっぱいになるまでトレース イベントを記録します。

通常、バッファー メモリの使用量は #RECORD_CONTINUOUSLYを超えています。 実装に応じて、通常、最大 256,000 個のイベントを格納できます。

Javaドキュメント。

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

適用対象