mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Debug: reduce logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user