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

Commit 812089a3 authored by Daniel Velazco's avatar Daniel Velazco Committed by Gerrit Code Review
Browse files

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

parents d08243c3 bb98165a
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);