mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Reduce logging
This commit is contained in:
@@ -137,7 +137,8 @@ public abstract class DB extends RoomDatabase {
|
||||
EntityLog.TABLE_NAME) {
|
||||
@Override
|
||||
public void onInvalidated(@NonNull Set<String> tables) {
|
||||
Log.i("ROOM invalidated=" + TextUtils.join(",", tables));
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("ROOM invalidated=" + TextUtils.join(",", tables));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user