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

Commit 0135e3e9 authored by Thomas Stuart's avatar Thomas Stuart Committed by Android (Google) Code Review
Browse files

Merge "add logging to Telephony for dsds no call pref bug" into tm-dev

parents c32eabef c7cdc03f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2845,7 +2845,8 @@ public class SubscriptionController extends ISub.Stub {
        if (subId == SubscriptionManager.DEFAULT_SUBSCRIPTION_ID) {
            throw new RuntimeException("setDefaultVoiceSubId called with DEFAULT_SUB_ID");
        }
        if (DBG) logdl("[setDefaultVoiceSubId] subId=" + subId);

        logdl("[setDefaultVoiceSubId] subId=" + subId);

        int previousDefaultSub = getDefaultSubId();