add debug log

This commit is contained in:
dosiecki 2017-05-01 16:44:09 -07:00
parent ec8427bf86
commit cfbc658546

View file

@ -993,6 +993,7 @@ public class NBSyncService extends Service {
public static void prepareReadingSession(BlurDatabaseHelper dbHelper, FeedSet fs) {
synchronized (PENDING_FEED_MUTEX) {
if (! fs.equals(PreppedFeedSet)) {
com.newsblur.util.Log.d(NBSyncService.class.getName(), "preparing new reading session");
// the next fetch will be the start of a new reading session; clear it so it
// will be re-primed
dbHelper.clearStorySession();