Added debug info instructions

This commit is contained in:
M66B 2018-08-04 08:50:59 +00:00
parent c8462c2845
commit 935c10ca08
2 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,7 @@ public class ActivityView extends ActivityBase implements FragmentManager.OnBack
EntityFolder drafts = db.folder().getPrimaryDraftFolder();
if (drafts != null) {
StringBuilder info = Helper.getDebugInfo();
info.insert(0, getString(R.string.title_debug_info) + "\n\n\n\n");
Address to = new InternetAddress("marcel+email@faircode.eu", "FairCode");

View File

@ -119,4 +119,6 @@
<string name="title_queued">Message queued</string>
<string name="title_item_edit_hint">Long press item to edit properties</string>
<string name="title_debug_info">Please describe the problem and indicate the time of the problem:</string>
</resources>