Report auth errors

pull/183/head
M66B 4 years ago
parent eace34388f
commit 2732c5f5e2

@ -940,6 +940,9 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
}
throw ex;
}
} else {
if (!BuildConfig.PLAY_STORE_RELEASE)
Log.e(ex);
}
// Report account connection error

Loading…
Cancel
Save