Timber.d("Synchronization conflict because: last modified from DB(%s) and from file (%s) are different ",syncedState.getLocalLastModified(),file.lastModified());
Timber.d("Synchronization conflict because: last modified from DB(%s) and from file (%s) are the same ",syncedState.getLocalLastModified(),file.lastModified());