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

Commit 13a96cec authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Remove PII from CallerInfoLookupHandle

Removes PII from certain CallerInfoLookupHandle log messages.

Change-Id: I0a6ecb0bbd5c77fb2b265d78f9cfa3974637f706
Fixes: 31296057
parent 808558a0
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();