commit | 5df737617966dc1a3e3150443a30eddb3a1ac057 | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Wed Dec 12 11:28:35 2012 -0800 |
committer | Chiao Cheng <chiaocheng@google.com> | Wed Dec 12 11:28:35 2012 -0800 |
tree | a61440d55985fb0a1b3a19363a72dce2e98f7bc8 | |
parent | 6d18b18d579f638c1daf3a8408670e1e68e053c0 [diff] |
Log clean-up. Bug: 5571947 Change-Id: I958311b44739fe8fedeb5fea0dd8e507837d8e31
diff --git a/src/com/android/contacts/common/model/AccountTypeManager.java b/src/com/android/contacts/common/model/AccountTypeManager.java index b92d7de..a8eb377 100644 --- a/src/com/android/contacts/common/model/AccountTypeManager.java +++ b/src/com/android/contacts/common/model/AccountTypeManager.java
@@ -613,7 +613,9 @@ } if (kind == null) { - Log.w(TAG, "Unknown type=" + type + ", mime=" + mimeType); + if (Log.isLoggable(TAG, Log.DEBUG)) { + Log.d(TAG, "Unknown type=" + type + ", mime=" + mimeType); + } } return kind;