updateAsrBuffer static method

void updateAsrBuffer(
  1. String buffer
)

Updates the cached ASR buffer that will be appended to detailed logs.

Implementation

static void updateAsrBuffer(String buffer) {
  _currentAsrBuffer = buffer;
}