Reduced logging

pull/215/head
M66B 9 months ago
parent ef0c01e84e
commit ee9b5aa901

@ -94,6 +94,9 @@ public class ServiceAuthenticator extends Authenticator {
if (ex.getCause() instanceof InterruptedException)
Log.i(ex);
else if (ex.getMessage() != null && ex.getMessage().startsWith("OAuth refresh"))
if (Helper.isPlayStoreInstall())
Log.i(ex);
else
Log.w(ex);
else
Log.e(ex);

Loading…
Cancel
Save