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

Commit 38140375 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10113759 from d92836c6 to udc-release

Change-Id: I2765f46884b3cca228c3c636e652a27b88b26f37
parents b89e4b09 d92836c6
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -3565,7 +3565,7 @@ public class SubscriptionManagerService extends ISub.Stub {
            }

            UserHandle userHandle = UserHandle.of(subInfo.getUserId());
            log("getSubscriptionUserHandle subId = " + subId + " userHandle = " + userHandle);
            logv("getSubscriptionUserHandle subId = " + subId + " userHandle = " + userHandle);
            if (userHandle.getIdentifier() == UserHandle.USER_NULL) {
                return null;
            }
@@ -3935,6 +3935,15 @@ public class SubscriptionManagerService extends ISub.Stub {
        mLocalLog.log(s);
    }

    /**
     * Log verbose messages.
     *
     * @param s verbose messages
     */
    private void logv(@NonNull String s) {
        Rlog.v(LOG_TAG, s);
    }

    /**
     * Dump the state of {@link SubscriptionManagerService}.
     *