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

Commit aa659666 authored by Thomas Stuart's avatar Thomas Stuart
Browse files

add logging to Telecom for dsds no call pref bug

moving the log line down so that the NEW accountHandle
we are setting in setUserSelectedAccountHandle is outputted.

This will now output when we set the value to NULL.

bug: 204226202
Test: none

Change-Id: I3d06b3c3c01d71ac5d12bb9fa72058c708fff645
parent 7d932a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,11 +366,11 @@ public class PhoneAccountRegistrar {
                isSimAccount = true;
            }

            Log.i(this, "setUserSelectedOutgoingPhoneAccount: %s", accountHandle);
            mState.defaultOutgoingAccountHandles
                    .put(userHandle, new DefaultPhoneAccountHandle(userHandle, accountHandle,
                            account.getGroupId()));
        }
        Log.i(this, "setUserSelectedOutgoingPhoneAccount: %s", accountHandle);

        // Potentially update the default voice subid in SubscriptionManager.
        if (!Objects.equals(currentDefaultPhoneAccount, accountHandle)) {