mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Added log types
This commit is contained in:
@@ -2099,7 +2099,7 @@ public class Log {
|
||||
long from = new Date().getTime() - 24 * 3600 * 1000L;
|
||||
DateFormat TF = Helper.getTimeInstance(context);
|
||||
|
||||
for (EntityLog entry : db.log().getLogs(from))
|
||||
for (EntityLog entry : db.log().getLogs(from, null))
|
||||
size += write(os, String.format("%s %s\r\n", TF.format(entry.time), entry.data));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user