mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 21:18:15 +00:00
Use simple class name for logging
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
f87e0a2d85
commit
834d310eb8
@ -59,7 +59,7 @@ import java.util.Set;
|
||||
import androidx.core.app.ActivityCompat;
|
||||
|
||||
public class WebRtcBluetoothManager {
|
||||
private static final String TAG = WebRtcBluetoothManager.class.getCanonicalName();
|
||||
private static final String TAG = WebRtcBluetoothManager.class.getSimpleName();
|
||||
|
||||
// Timeout interval for starting or stopping audio to a Bluetooth SCO device.
|
||||
private static final int BLUETOOTH_SCO_TIMEOUT_MS = 4000;
|
||||
|
Loading…
Reference in New Issue
Block a user