diff --git a/services/core/java/com/android/server/TelephonyRegistry.java b/services/core/java/com/android/server/TelephonyRegistry.java index ee3530a9eac85..edf832f0fc22f 100644 --- a/services/core/java/com/android/server/TelephonyRegistry.java +++ b/services/core/java/com/android/server/TelephonyRegistry.java @@ -2072,7 +2072,8 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { private void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity, boolean hasUserSwitched) { - log("notifyCellLocationForSubscriber: subId=" + subId + " cellIdentity=" + cellIdentity); + log("notifyCellLocationForSubscriber: subId=" + subId + " cellIdentity=" + + Rlog.pii(DBG || VDBG || DBG_LOC, cellIdentity)); if (!checkNotifyPermission("notifyCellLocation()")) { return; }