1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Reduced logging

This commit is contained in:
M66B 2022-05-11 14:36:29 +02:00
parent ce7175a3c4
commit 41a19b24c1

View file

@ -480,7 +480,9 @@ public class ContactInfo {
ex.getCause() instanceof CertPathValidatorException ||
ex.getCause() instanceof CertificateException ||
(ex instanceof SSLException &&
"Unable to parse TLS packet header".equals(ex.getMessage())))
"Unable to parse TLS packet header".equals(ex.getMessage())) ||
(ex instanceof IOException &&
"Resetting to invalid mark".equals(ex.getMessage())))
Log.i(ex);
else
Log.e(ex);