mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Improved debug info
This commit is contained in:
parent
124f5c185f
commit
86f247ed02
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue