This commit is contained in:
fanchao 2024-05-22 11:13:26 +10:00
parent 27fcc66e7f
commit ee9a0a610c

View File

@ -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;
}