mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
add debug logging
This commit is contained in:
parent
240b55f0fe
commit
079b4e957b
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,8 @@ public class InitActivity extends Activity {
|
|||
}
|
||||
}.execute();
|
||||
|
||||
com.newsblur.util.Log.i(this, "cold launching version " + PrefsUtils.getVersion(this));
|
||||
|
||||
}
|
||||
|
||||
private void start() {
|
||||
|
|
|
@ -390,6 +390,7 @@ public class FolderListFragment extends NbFragment implements OnCreateContextMen
|
|||
public void pushUnreadCounts() {
|
||||
((Main) getActivity()).updateUnreadCounts((adapter.totalNeutCount+adapter.totalSocialNeutCount), (adapter.totalPosCount+adapter.totalSocialPosiCount));
|
||||
((Main) getActivity()).updateFeedCount(adapter.lastFeedCount);
|
||||
com.newsblur.util.Log.d(this, "showing " + adapter.lastFeedCount + " feeds");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue