mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Reduced logging
This commit is contained in:
@@ -78,6 +78,8 @@ public class ServiceAuthenticator extends Authenticator {
|
||||
} catch (Throwable ex) {
|
||||
if (ex.getCause() instanceof InterruptedException)
|
||||
Log.i(ex);
|
||||
else if (ex.getMessage() != null && ex.getMessage().startsWith("OAuth refresh"))
|
||||
Log.w(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user