mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 11:31:40 +00:00
Append crash reports
This commit is contained in:
parent
c03ff70568
commit
abe7b45f59
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue