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

Never ending console output on android #7

Closed
adamfuller opened this issue May 31, 2018 · 3 comments
Closed

Never ending console output on android #7

adamfuller opened this issue May 31, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@adamfuller
Copy link

When using the plugin there is a continuous stream of the following output:

...
D/ScanRecord( 5830): parseFromBytes
D/ScanRecord( 5830): first manudata for manu ID
D/ScanRecord( 5830): parseFromBytes
D/ScanRecord( 5830): first manudata for manu ID
D/ScanRecord( 5830): parseFromBytes
D/ScanRecord( 5830): first manudata for manu ID
D/ScanRecord( 5830): parseFromBytes
D/ScanRecord( 5830): first manudata for manu ID
D/ScanRecord( 5830): parseFromBytes
D/ScanRecord( 5830): first manudata for manu ID
...

This doesn't affect anything but makes debugging anything else extremely difficult.

There is a new output at least every second.

I would love if there is a way to suppress these messages.

@lukaspili
Copy link
Contributor

I will add an API to control the log level.
For ref: https://altbeacon.github.io/android-beacon-library/javadoc/index.html

@lukaspili lukaspili self-assigned this May 31, 2018
@lukaspili lukaspili added the enhancement New feature or request label May 31, 2018
@lukaspili
Copy link
Contributor

Added Beacons.configure() API.

@vinceramcesoliveros
Copy link

It still annoys me when I debug my app and Beacons.configure() doesn't work well when used in a function.

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

No branches or pull requests

3 participants