소스 검색

Use simple class name for logging

Signed-off-by: Tim Krüger <t@timkrueger.me>
Tim Krüger 3 년 전
부모
커밋
834d310eb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/com/nextcloud/talk/webrtc/WebRtcBluetoothManager.java

+ 1 - 1
app/src/main/java/com/nextcloud/talk/webrtc/WebRtcBluetoothManager.java

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