pull/1494/head
fanchao 1 month ago
parent 27fcc66e7f
commit ee9a0a610c

@ -45,7 +45,7 @@ public class AudioRecorder {
Log.i(TAG, "Running startRecording() + " + Thread.currentThread().getId());
try {
if (audioCodec != null) {
Log.e(TAG, "We can only record once at a time.");
Log.e(TAG, "Trying to start recording while another recording is in progress, exiting...");
return;
}

Loading…
Cancel
Save