mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
enroll more debug logging
This commit is contained in:
parent
30d58f1b2e
commit
5ca0a40d66
1 changed files with 2 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue