mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue