mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
ce7175a3c4
commit
41a19b24c1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue