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 log whilst scan operation is requested to stop #295

Merged
merged 1 commit into from
Oct 24, 2017

Conversation

uKL
Copy link
Collaborator

@uKL uKL commented Oct 24, 2017

No description provided.

@uKL uKL added this to the 1.4.2 milestone Oct 24, 2017
@@ -33,6 +33,7 @@ final protected void protectedRun(final Emitter<SCAN_RESULT_TYPE> emitter, Queue
emitter.setCancellation(new Cancellable() {
@Override
public void cancel() throws Exception {
RxBleLog.v("Scan operation is requested to stop.");
Copy link
Owner

Choose a reason for hiding this comment

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

I am thinking wether it should be an .i() level. We could also use the same level log at the moment of starting the scan.

A .d() level log could be used in a specific scan operation (legacy, api18, api21) that was used

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good idea.

@uKL uKL force-pushed the feature/logging_on_scan_stop branch from 1860fa8 to 0ada1d6 Compare October 24, 2017 13:16
@uKL uKL merged commit ce8fa32 into master Oct 24, 2017
@uKL uKL deleted the feature/logging_on_scan_stop branch October 24, 2017 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants