1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00

Added logging

This commit is contained in:
M66B 2020-02-20 10:17:55 +01:00
parent 873a696a52
commit 88f5a3ec86

View file

@ -5115,7 +5115,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
result = cert;
break;
}
} else
Log.w("Signature invalid");
} catch (CMSException ex) {
Log.w(ex);
args.putString("reason", ex.getMessage());