mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Improved debug info
This commit is contained in:
@@ -1820,8 +1820,8 @@ public class Log {
|
||||
sb.append("\r\n");
|
||||
}
|
||||
|
||||
sb.append(new Date(Helper.getInstallTime(context))).append("\r\n");
|
||||
sb.append(new Date()).append("\r\n");
|
||||
sb.append(String.format("Installed: %s\r\n", new Date(Helper.getInstallTime(context))));
|
||||
sb.append(String.format("Now: %s\r\n", new Date()));
|
||||
|
||||
sb.append("\r\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user