Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bcc942a authored by Ugo Yu's avatar Ugo Yu Committed by William Escande
Browse files

Enable HeadsetClientService debug log

Cherry-picked from Wear os

Bug: 263323082
Bug: 260288345
Test: atest BluetoothInstrumentationTests
Change-Id: Icddbafa424d0d66ea5fca33f804e335e49737b32
(cherry picked from commit 1cddbafcfd13e6c20a366b59ab63645191c0a26f)
parent 880d674e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ import java.util.UUID;
 * @hide
 */
public class HeadsetClientService extends ProfileService {
    private static final boolean DBG = false;
    private static final boolean DBG = true;
    private static final String TAG = "HeadsetClientService";

    // This is also used as a lock for shared data in {@link HeadsetClientService}