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

Improve android logging: Remove unnecessary print statements, and use Log.w where necessary #228

Merged
merged 4 commits into from Nov 22, 2021

Conversation

ben-xD
Copy link
Contributor

@ben-xD ben-xD commented Nov 16, 2021

No description provided.

@ben-xD ben-xD added the enhancement New feature or improved functionality. label Nov 16, 2021
@ben-xD ben-xD self-assigned this Nov 16, 2021
@github-actions github-actions bot temporarily deployed to staging/pull/228/dartdoc November 16, 2021 09:35 Inactive
@ben-xD ben-xD force-pushed the enhancement/android/improve-logging branch from 1a74a64 to a4c5dea Compare November 16, 2021 10:02
@github-actions github-actions bot temporarily deployed to staging/pull/228/dartdoc November 16, 2021 10:06 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/228/dartdoc November 16, 2021 14:34 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/228/dartdoc November 17, 2021 15:35 Inactive
Copy link
Contributor

@ikbalkaya ikbalkaya left a comment

Choose a reason for hiding this comment

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

Looks good 😎

@QuintinWillison
Copy link
Contributor

It doesn't look like the failed check is caused by the contents of this PR, so I'm going to merge regardless.

@QuintinWillison QuintinWillison merged commit 8a0c124 into main Nov 22, 2021
@QuintinWillison QuintinWillison deleted the enhancement/android/improve-logging branch November 22, 2021 14:55
if (errorMessage != null) {
result.error("40000", String.format("Error from authCallback: %s", errorMessage), errorDetails);
}
result.error("40000", String.format("Error from authCallback: %s", errorMessage), errorDetails);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I should've removed this change in this PR, because this result.error usage is removed completely in a future PR: https://github.com/ably/ably-flutter/pull/231/files because it causes a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improved functionality.
Development

Successfully merging this pull request may close these issues.

None yet

4 participants