1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Improved logging

This commit is contained in:
M66B 2022-11-12 19:38:41 +01:00
parent f23894674d
commit 149ec74cd1

View file

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