mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Reduced logging
This commit is contained in:
@@ -831,7 +831,8 @@ public class ContactInfo {
|
||||
Log.i("Using favicon=" + url);
|
||||
return f;
|
||||
} catch (Throwable ex) {
|
||||
if (ex.getCause() instanceof FileNotFoundException ||
|
||||
if (ex instanceof FileNotFoundException ||
|
||||
ex.getCause() instanceof FileNotFoundException ||
|
||||
ex.getCause() instanceof CertPathValidatorException)
|
||||
Log.i(ex);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user