Loading src/com/android/server/telecom/CallerInfoLookupHelper.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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(); Loading Loading
src/com/android/server/telecom/CallerInfoLookupHelper.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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(); Loading