Report auth errors

This commit is contained in:
M66B 2020-07-02 21:41:44 +02:00
parent eace34388f
commit 2732c5f5e2
1 changed files with 3 additions and 0 deletions

View File

@ -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