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

Suppress QueueSemaphore verbose log if released #317

Closed
dariuszseweryn opened this issue Nov 14, 2017 · 0 comments
Closed

Suppress QueueSemaphore verbose log if released #317

dariuszseweryn opened this issue Nov 14, 2017 · 0 comments

Comments

@dariuszseweryn
Copy link
Owner

Summary

Every time a cancelable operation is canceled a VERBOSE log is displayed with a stacktrace. When isReleased().get()==true then this log can be omitted as it only introduces confusion. If isReleased().get()==false then this log could be promoted to WARNING.

Library version

1.4.2

Steps to reproduce actual result


1. Start direct connection to a device

2. Unsubcsribe

3. Observe log

@uKL uKL self-assigned this Nov 16, 2017
@uKL uKL added this to the 1.4.3 milestone Nov 16, 2017
uKL added a commit that referenced this issue Nov 16, 2017
…e has been interrupted will be printed only when the situation was unexpected.
uKL added a commit that referenced this issue Nov 16, 2017
…e has been interrupted will be printed only when the situation was unexpected.
uKL added a commit that referenced this issue Nov 16, 2017
…e has been interrupted will be printed only when the situation was unexpected. (#320)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants