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

Commit 621e974c authored by Thomas Stuart's avatar Thomas Stuart Committed by Automerger Merge Worker
Browse files

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

parents 8fd25257 0135e3e9
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();