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

Commit 1bfa937b authored by Yuyang Huang's avatar Yuyang Huang
Browse files

remove extra logging

Bug: 339528451
Test: atest HeadsetServiceTest
Flag: Exempt, logging change
Change-Id: Ifd17965bd3de85b0caad4985f72ac6ef6941f001
parent e31fbc81
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -2221,10 +2221,6 @@ public class HeadsetService extends ProfileService {


                    // usually controller limitation cause CONNECTING -> DISCONNECTED, so only
                    // usually controller limitation cause CONNECTING -> DISCONNECTED, so only
                    // resume LE audio active device if it is HFP audio only and SCO disconnected
                    // 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()
                    if (Flags.keepHfpActiveDuringLeaudioHandover()
                            && fromState != BluetoothHeadset.STATE_AUDIO_CONNECTING
                            && fromState != BluetoothHeadset.STATE_AUDIO_CONNECTING
                            && isHFPAudioOnly(device)) {
                            && isHFPAudioOnly(device)) {