RECORD_CONTINUOUSLY constant

TracingMode const RECORD_CONTINUOUSLY

Record trace events continuously using an internal ring buffer. Default tracing mode. Overwrites old events if they exceed buffer capacity. Uses less memory than the RECORD_UNTIL_FULL mode. Depending on the implementation typically allows up to 64k events to be stored.

Implementation

static const RECORD_CONTINUOUSLY = TracingMode._internal(1, 1);