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

Commit 02523f5c authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Redact cellIdentity from logs since it's PII.

Test: manual
Bug: 185173370
Change-Id: Ib11def900cbd29981364a92208592790404ae647
parent a5850308
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
        }