mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01: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;
|
import androidx.core.app.ActivityCompat;
|
||||||
|
|
||||||
public class WebRtcBluetoothManager {
|
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.
|
// Timeout interval for starting or stopping audio to a Bluetooth SCO device.
|
||||||
private static final int BLUETOOTH_SCO_TIMEOUT_MS = 4000;
|
private static final int BLUETOOTH_SCO_TIMEOUT_MS = 4000;
|
||||||
|
Loading…
Reference in New Issue
Block a user