am 9a342b31
: Cleanup Logs
* commit '9a342b31472536b89f55b1e6ae2e6f868ba1064d': Cleanup Logs
This commit is contained in:
commit
7886155e99
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user