Log auth fails

pull/174/head
M66B 5 years ago
parent aa8ac076be
commit 55718ab088

@ -920,10 +920,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
c = c.getCause();
}
if (!BuildConfig.PLAY_STORE_RELEASE)
Log.e(ex);
if (!ioError) {
Log.e(ex);
try {
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
nm.notify("receive:" + account.id, 1,

Loading…
Cancel
Save