Codefy / onebeacon-android

BLE beacons detection library for Android
http://onebeacon.io
Apache License 2.0
22 stars 5 forks source link

Turn off debugging #4

Open jordansnyder opened 5 years ago

jordansnyder commented 5 years ago

Is there any way to turn off the extremely verbose debugging from the library? It's making things very difficult to debug the rest of my app.

The main offender is

D/ScanRecord: parseFromBytes first manudata for manu ID

adriancretu commented 5 years ago

Unfortunately that logging comes from the Android framework's BT stack.