Unexpected error subject

pull/146/head
M66B 6 years ago
parent 75dbe669fc
commit 140ee7a8e1

@ -212,7 +212,7 @@ public class Helper {
draft.folder = drafts.id;
draft.msgid = EntityMessage.generateMessageId();
draft.to = new Address[]{Helper.myAddress()};
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " crash log";
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " unexpected error";
draft.content = true;
draft.received = new Date().getTime();
draft.setContactInfo(context);

Loading…
Cancel
Save