mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-11 22:53:16 +00:00
Added time to debug info
This commit is contained in:
parent
f5d810df7e
commit
55e9f1f592
1 changed files with 4 additions and 0 deletions
|
@ -481,6 +481,10 @@ public class Helper {
|
|||
|
||||
sb.append("\r\n");
|
||||
|
||||
sb.append(new Date().toString()).append("\r\n");
|
||||
|
||||
sb.append("\r\n");
|
||||
|
||||
return sb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue