mirror of https://github.com/M66B/FairEmail.git
Reduce logging
This commit is contained in:
parent
a8d50746eb
commit
9ba0176142
|
@ -479,8 +479,10 @@ public class ContactInfo {
|
|||
Log.i(ex);
|
||||
else {
|
||||
if (ex instanceof FileNotFoundException ||
|
||||
ex instanceof CertificateException ||
|
||||
ex instanceof CertPathValidatorException ||
|
||||
ex.getCause() instanceof CertPathValidatorException)
|
||||
ex.getCause() instanceof CertPathValidatorException ||
|
||||
ex.getCause() instanceof CertificateException)
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
|
|
Loading…
Reference in New Issue