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

Commit bab4b21e authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Remove PII from CallerInfoLookupHandle" into nyc-mr1-dev

parents 4d905458 13a96cec
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -150,7 +150,7 @@ public class CallerInfoLookupHelper {
                        }
                        }
                    } else {
                    } else {
                        Log.i(CallerInfoLookupHelper.this, "CI query for handle %s has completed," +
                        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 {
                } finally {
                    Log.endSession();
                    Log.endSession();
@@ -197,7 +197,8 @@ public class CallerInfoLookupHelper {
                        mQueryEntries.remove(handle);
                        mQueryEntries.remove(handle);
                    } else {
                    } else {
                        Log.i(CallerInfoLookupHelper.this, "Photo query for handle %s has" +
                        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 {
                } finally {
                    Log.endSession();
                    Log.endSession();