Added debug info instructions

pull/12/merge
M66B 6 years ago
parent c8462c2845
commit 935c10ca08

@ -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");

@ -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>

Loading…
Cancel
Save