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