mirror of https://github.com/M66B/FairEmail.git
Debug: reduce logging
This commit is contained in:
parent
91741cbbf7
commit
b560bef26f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue