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

Commit fab656ea authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "remove extra logging" into main

parents bf3d929c 1bfa937b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2196,10 +2196,6 @@ public class HeadsetService extends ProfileService {

                    // usually controller limitation cause CONNECTING -> DISCONNECTED, so only
                    // resume LE audio active device if it is HFP audio only and SCO disconnected
                    Log.v(
                            TAG,
                            "keep HFP active during handover: isHFPAudioOnly="
                                    + isHFPAudioOnly(device));
                    if (Flags.keepHfpActiveDuringLeaudioHandover()
                            && fromState != BluetoothHeadset.STATE_AUDIO_CONNECTING
                            && isHFPAudioOnly(device)) {