mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
add debug log
This commit is contained in:
parent
ec8427bf86
commit
cfbc658546
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue