mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 14:08:26 +00:00
Logging
This commit is contained in:
parent
27fcc66e7f
commit
ee9a0a610c
@ -45,7 +45,7 @@ public class AudioRecorder {
|
|||||||
Log.i(TAG, "Running startRecording() + " + Thread.currentThread().getId());
|
Log.i(TAG, "Running startRecording() + " + Thread.currentThread().getId());
|
||||||
try {
|
try {
|
||||||
if (audioCodec != null) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user