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);
|
Log.i(ex);
|
||||||
else {
|
else {
|
||||||
if (ex instanceof FileNotFoundException ||
|
if (ex instanceof FileNotFoundException ||
|
||||||
|
ex instanceof CertificateException ||
|
||||||
ex instanceof CertPathValidatorException ||
|
ex instanceof CertPathValidatorException ||
|
||||||
ex.getCause() instanceof CertPathValidatorException)
|
ex.getCause() instanceof CertPathValidatorException ||
|
||||||
|
ex.getCause() instanceof CertificateException)
|
||||||
Log.i(ex);
|
Log.i(ex);
|
||||||
else
|
else
|
||||||
Log.e(ex);
|
Log.e(ex);
|
||||||
|
|
Loading…
Reference in New Issue