Loading src/java/com/android/internal/telephony/subscription/SubscriptionManagerService.java +10 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -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}. * Loading Loading
src/java/com/android/internal/telephony/subscription/SubscriptionManagerService.java +10 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -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}. * Loading