Use simple class name for logging

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2022-06-23 15:35:42 +02:00
parent f87e0a2d85
commit 834d310eb8
No known key found for this signature in database
GPG key ID: FECE3A7222C52A4E

View file

@ -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;