Debug: reduce logging

This commit is contained in:
M66B 2022-07-21 09:11:18 +02:00
parent 91741cbbf7
commit b560bef26f
1 changed files with 2 additions and 2 deletions

View File

@ -2445,8 +2445,8 @@ public abstract class DB extends RoomDatabase {
}
long elapse = new Date().getTime() - start;
EntityLog.log(context, EntityLog.Type.Debug,
"PRAGMA wal_checkpoint(" + mode + ")=" + sb + " elapse=" + elapse + " ms");
EntityLog.log(context, "PRAGMA wal_checkpoint(" + mode + ")=" + sb +
" elapse=" + elapse + " ms");
} catch (Throwable ex) {
Log.e(ex);
}