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

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

add logging to Telephony for dsds no call pref bug

removing the if statement.

bug: 204226202
Test: none
Change-Id: Ic0173af92ec8bf30c90373f12e1a1dcfa5feb33e
parent 66359a07
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();