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

Commit d725231c authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Remove PII from CallerInfoLookupHandle

am: 13a96cec

Change-Id: Ic3546eb914a23204a5b7189f492fb549c7a3aa73
parents dcff6f42 13a96cec
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public class CallerInfoLookupHelper {
                        }
                    } else {
                        Log.i(CallerInfoLookupHelper.this, "CI query for handle %s has completed," +
                                " but there are no listeners left.", handle);
                                " but there are no listeners left.", Log.piiHandle(handle));
                    }
                } finally {
                    Log.endSession();
@@ -197,7 +197,8 @@ public class CallerInfoLookupHelper {
                        mQueryEntries.remove(handle);
                    } else {
                        Log.i(CallerInfoLookupHelper.this, "Photo query for handle %s has" +
                                " completed, but there are no listeners left.", handle);
                                " completed, but there are no listeners left.",
                                Log.piiHandle(handle));
                    }
                } finally {
                    Log.endSession();