mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 20:43:26 +02:00
Reduced logging
This commit is contained in:
@@ -556,7 +556,10 @@ public class ContactInfo {
|
||||
try {
|
||||
return future.get();
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
if (ex.getCause() instanceof FileNotFoundException)
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user