Revert "Write logcat on crash"

This reverts commit 3e7ca96f43.
This commit is contained in:
M66B
2018-12-07 15:37:11 +01:00
parent 3e7ca96f43
commit 75dbe669fc
2 changed files with 2 additions and 41 deletions

View File

@@ -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 + " unexpected error";
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " crash log";
draft.content = true;
draft.received = new Date().getTime();
draft.setContactInfo(context);