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

Commit c8db4598 authored by Daniel Velazco's avatar Daniel Velazco Committed by Automerger Merge Worker
Browse files

Merge "Log the correct string to avoid a crash when HFP client fails to dial"...

Merge "Log the correct string to avoid a crash when HFP client fails to dial" am: 60540d33 am: c1c0145f

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1369216

Change-Id: Ibc4f47f338fe96c38797f94cb6bd24152366e1ef
parents 85ddcbc1 c1c0145f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1181,7 +1181,7 @@ public class HeadsetClientStateMachine extends StateMachine {
                        sendMessage(QUERY_CURRENT_CALLS);
                    } else {
                        Log.e(TAG,
                                "ERROR: Cannot dial with a given number:" + (String) message.obj);
                                "ERROR: Cannot dial with a given number:" + c.toString(true));
                        // Set the call to terminated remove.
                        c.setState(BluetoothHeadsetClientCall.CALL_STATE_TERMINATED);
                        sendCallChangedIntent(c);