request time in email with logs
This commit is contained in:
parent
66bc25f2c8
commit
fd2b9bdf94
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ public class MaintenancePlugin extends PluginBase {
|
|||
public static Intent sendMail(Uri attachementUri, String recipient, String subject) {
|
||||
StringBuilder builder =new StringBuilder();
|
||||
|
||||
builder.append("ADD TIME OF EVENT HERE:" + System.lineSeparator());
|
||||
builder.append("-----------------------" + System.lineSeparator());
|
||||
builder.append(MainApp.gs(R.string.app_name) + " " + BuildConfig.VERSION + System.lineSeparator());
|
||||
if (Config.NSCLIENT)
|
||||
builder.append("NSCLIENT" + System.lineSeparator());
|
||||
|
|
Loading…
Reference in a new issue