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

Commit 0ee3f027 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Redact cellIdentity from logs since it's PII." into sc-dev am: 7a2b2a86

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14296153

Change-Id: Icc45a8889a86a25f5af752d66df557bcc24d6f70
parents 45e5bece 7a2b2a86
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;
        }