enroll more debug logging

This commit is contained in:
dosiecki 2017-03-01 00:07:27 -08:00
parent 30d58f1b2e
commit 5ca0a40d66

View file

@ -569,6 +569,8 @@ public class NBSyncService extends Service {
return;
}
com.newsblur.util.Log.i(this.getClass().getName(), "recounting dirty feed sets: " + dirtySets.size());
// if we are offline, the best we can do is perform a local unread recount and
// save the true one for when we go back online.
if (!NetworkUtils.isOnline(this)) {