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

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

Fix stopVoiceRecognition logging typo

Bug: 330220655
Change-Id: Id740d065b231a4ee9abd9e6b9d7aae5a89346592
Flag: exempt, logging change
Test: m p/m/Bluetooth
parent cc89dd93
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1196,7 +1196,7 @@ public class HeadsetService extends ProfileService {
            if (!Objects.equals(mActiveDevice, device)) {
            if (!Objects.equals(mActiveDevice, device)) {
                Log.w(
                Log.w(
                        TAG,
                        TAG,
                        "startVoiceRecognition: requested device "
                        "stopVoiceRecognition: requested device "
                                + device
                                + device
                                + " is not active, use active device "
                                + " is not active, use active device "
                                + mActiveDevice
                                + mActiveDevice