Cleanup Logs

Bug: 11149133
Change-Id: I764e2e3a8c37769d2e788688cf50789d0f22e9d3
This commit is contained in:
Alon Albert 2013-10-11 08:42:48 -07:00
parent e7f61f403c
commit 9a342b3147
1 changed files with 1 additions and 1 deletions

View File

@ -1656,7 +1656,7 @@ public class EmailProvider extends ContentProvider {
@Override
public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
Log.d(TAG, "Update: " + uri);
LogUtils.d(TAG, "Update: " + uri);
// Handle this special case the fastest possible way
if (uri == INTEGRITY_CHECK_URI) {
checkDatabases();