commit | 9b616c5c707c618aa84e83bff0d8c7d5f2545164 | [log] [tgz] |
---|---|---|
author | Sailesh Nepal <sail@google.com> | Thu Apr 10 20:20:35 2014 -0700 |
committer | Sailesh Nepal <sail@google.com> | Thu Apr 10 20:21:25 2014 -0700 |
tree | 02d057a92f8f62a9a27a8008ed234cd3f85194fd | |
parent | 2186f7f21a2c4db089d84911150489dac476f989 [diff] |
Fix crash due to logging Change-Id: Ib48371195ef35de0e7daaeff7d7b60fc16e8bab9
diff --git a/src/com/android/telecomm/MissedCallNotifier.java b/src/com/android/telecomm/MissedCallNotifier.java index 9414030..c9c57e5 100644 --- a/src/com/android/telecomm/MissedCallNotifier.java +++ b/src/com/android/telecomm/MissedCallNotifier.java
@@ -130,7 +130,7 @@ // TODO(santoscordon): Add photo for contact. } else { - Log.d(this, "Suppress actions. handle: %s, missedCalls: %s." + Log.piiHandle(handle), + Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle), mMissedCallCount); }