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

Commit b8bee868 authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Removed the verbose log" into main

parents fbf5d265 a2f2261a
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -3601,7 +3601,6 @@ public class SubscriptionManagerService extends ISub.Stub {
            }

            UserHandle userHandle = UserHandle.of(subInfo.getUserId());
            logv("getSubscriptionUserHandle subId = " + subId + " userHandle = " + userHandle);
            if (userHandle.getIdentifier() == UserHandle.USER_NULL) {
                return null;
            }
@@ -3987,15 +3986,6 @@ 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}.
     *