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

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

Merge "Pii info logging cleanup in SubscriptionManager" into tm-dev

parents 67c0d68f d7783c15
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ import java.util.stream.Collectors;
 */
public class SubscriptionController extends ISub.Stub {
    private static final String LOG_TAG = "SubscriptionController";
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final boolean VDBG = Rlog.isLoggable(LOG_TAG, Log.VERBOSE);
    private static final boolean DBG_CACHE = false;
    private static final int DEPRECATED_SETTING = -1;
@@ -889,6 +889,10 @@ public class SubscriptionController extends ISub.Stub {
                    if (DBG) {
                        logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIndex="
                                + slotIndex + " subId=" + si);
                    } else {
                        logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIndex="
                                + slotIndex + " subId=" + conditionallyRemoveIdentifiers(si, false,
                                false));
                    }
                    return conditionallyRemoveIdentifiers(si, callingPackage, callingFeatureId,
                            "getActiveSubscriptionInfoForSimSlotIndex");