mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Added error logging
This commit is contained in:
parent
b42340b03a
commit
87fc6903b8
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ public class ModificationsSyncAdapter extends AbstractThreadedSyncAdapter {
|
|||
Cursor contributionCursor;
|
||||
|
||||
if (contributionsClient == null) {
|
||||
Timber.e("ContributionsClient is null. This should not happen!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue