1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Debug: reduce logging

This commit is contained in:
M66B 2022-07-21 09:11:18 +02:00
parent 91741cbbf7
commit b560bef26f

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);
}