Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADDED] Timber logging lib. Fixes #16 #30

Merged
merged 1 commit into from
Sep 25, 2016

Conversation

hossain-khan
Copy link
Owner

No description provided.

@hossain-khan hossain-khan merged commit dc69f52 into develop Sep 25, 2016
@hossain-khan hossain-khan deleted the feature/add_timber_lib branch September 25, 2016 20:57
@@ -64,19 +62,19 @@ public void loadHeadlines(final boolean forceUpdate) {
.subscribe(new Subscriber<InlineResponse200>() {
@Override
public void onCompleted() {
Log.d(TAG, "onCompleted() called");
Timber.d(TAG, "onCompleted() called");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, Timber.d(TAG, "onCompleted() called"); is wrong arguments

It should be Timber.d("onCompleted() called"); instead without any TAG ... this was fixed later in the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant