request issue description in email with logs

This commit is contained in:
Milos Kozak 2018-09-12 08:44:21 +02:00
parent fd2b9bdf94
commit fb4582a888

View file

@ -210,8 +210,9 @@ 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("ADD TIME OF EVENT HERE: " + 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());
if (Config.NSCLIENT)
builder.append("NSCLIENT" + System.lineSeparator());