mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 21:47:42 +00:00
Logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user