mirror of https://github.com/M66B/FairEmail.git
Reduce logging
This commit is contained in:
parent
f20ebe1183
commit
6b7b8e50b8
|
@ -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));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue