Added error logging

This commit is contained in:
misaochan 2018-01-31 23:25:06 +10:00
parent b42340b03a
commit 87fc6903b8

View file

@ -95,6 +95,7 @@ public class ModificationsSyncAdapter extends AbstractThreadedSyncAdapter {
Cursor contributionCursor;
if (contributionsClient == null) {
Timber.e("ContributionsClient is null. This should not happen!");
return;
}