mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Reduce logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user