-
Notifications
You must be signed in to change notification settings - Fork 34
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
Turn off BluetoothLeScanner logs #10
Comments
I wish for that, too! Those log lines are actually put out by the Android operating system whenever a bluetooth scan is going on. I am not aware of any way to silence them, but I am open to suggestions. |
Not sure what platform your debugging on but if you are on a mac and need a quick solution to filtering Android logs try LogRabbit in Mac App Store. Hope that helps until logging is fixed. |
I'm sorry but not sure what this is? I didn't raise this?
|
Yes, please, this is very annoying |
This issue has been reported to Google and is reportedly fixed as of September by their Android developers. Perhaps OS version 7.1.2 includes the fix? https://code.google.com/p/android/issues/detail?id=203965&thanks=203965&ts=1458051356 |
I don't think this issue (still) belong in the https://github.com/AltBeacon/spec specification area. Could it be moved into the appropriate software oriented project if still a concern? |
Not sure if I'm the only one with this issue, but it would be awesome if I could turn off the onClientRegistered() and onScanResult() logs. Or just all logging associated with the library. It makes debugging other features nearly impossible with the logs constantly filling up.
The text was updated successfully, but these errors were encountered: