Reduced logging

pull/194/head
M66B 4 years ago
parent 97084bfc35
commit b2af43438e

@ -74,6 +74,9 @@ public class ServiceAuthenticator extends Authenticator {
try {
token = refreshToken(false);
} catch (Throwable ex) {
if (ex.getCause() instanceof InterruptedException)
Log.w(ex);
else
Log.e(ex);
}

Loading…
Cancel
Save