RECORD_UNTIL_FULL constant
TracingMode
const RECORD_UNTIL_FULL
Record trace events until the internal tracing buffer is full. Typically the buffer memory usage is larger than RECORD_CONTINUOUSLY. Depending on the implementation typically allows up to 256k events to be stored.
Implementation
static const RECORD_UNTIL_FULL = TracingMode._internal(0, 0);