Append crash reports

This commit is contained in:
M66B 2018-08-08 08:23:00 +00:00
parent c03ff70568
commit abe7b45f59
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ public class ApplicationEx extends Application {
draft.ui_hide = false;
draft.id = db.message().insertMessage(draft);
EntityOperation.queue(ApplicationEx.this, draft, EntityOperation.ADD);
Log.w(Helper.TAG, "Crash info stored as draft");
}
} catch (Throwable e1) {