mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Improved logging
This commit is contained in:
@@ -1210,7 +1210,8 @@ class Core {
|
||||
if (!attachment.available || !afile || !content.available || !cfile) {
|
||||
Log.e("S/MIME vanished" +
|
||||
" available=" + attachment.available + "/" + content.available +
|
||||
" file=" + afile + "/" + cfile);
|
||||
" file=" + afile + "/" + cfile +
|
||||
" error=" + attachment.error + "/" + content.error);
|
||||
db.attachment().setAvailable(attachment.id, false);
|
||||
db.attachment().setAvailable(content.id, false);
|
||||
db.attachment().setEncryption(attachment.id, null);
|
||||
|
||||
Reference in New Issue
Block a user