mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Reduced logging
This commit is contained in:
@@ -481,7 +481,9 @@ public class ContactInfo {
|
||||
ex instanceof CertificateException ||
|
||||
ex instanceof CertPathValidatorException ||
|
||||
ex.getCause() instanceof CertPathValidatorException ||
|
||||
ex.getCause() instanceof CertificateException)
|
||||
ex.getCause() instanceof CertificateException ||
|
||||
(ex instanceof SSLException &&
|
||||
"Unable to parse TLS packet header".equals(ex.getMessage())))
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user