Changed log level

This commit is contained in:
M66B
2020-03-23 10:14:56 +01:00
parent 55671994f3
commit 34f1dd9ef4
2 changed files with 5 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ public abstract class DB extends RoomDatabase {
mViewTables.get("folder_view").clear();
Log.i("Disabled view invalidation");
} catch (ReflectiveOperationException ex) {
Log.w(ex);
Log.e(ex);
}
sInstance.getInvalidationTracker().addObserver(new InvalidationTracker.Observer(DB.DB_TABLES) {