mirror of https://github.com/M66B/FairEmail.git
Improved debug info
This commit is contained in:
parent
124f5c185f
commit
86f247ed02
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue