Fixed
Status Update
Comments
dn...@google.com <dn...@google.com> #2
Hi,
Can you provide the below requested information to better understand the issue:
Android build
Which Android build are you using? (e.g. KVT49L)
Device used
Which device did you use to reproduce this issue?
Expected output
What do you expect to occur?
Current output
What do you see instead?
Can you provide the below requested information to better understand the issue:
Android build
Which Android build are you using? (e.g. KVT49L)
Device used
Which device did you use to reproduce this issue?
Expected output
What do you expect to occur?
Current output
What do you see instead?
ry...@gmail.com <ry...@gmail.com> #3
The link to the source isn't enough for this? The link in the description goes to master, so you can see this is still an issue.
Android Build: NRD90S
Device Used: Nexus 5X
Expected output:
No debug logging in production environments.
Current output:
Verbose debug logging in production environments.
Android Build: NRD90S
Device Used: Nexus 5X
Expected output:
No debug logging in production environments.
Current output:
Verbose debug logging in production environments.
dn...@google.com <dn...@google.com> #4
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
dn...@google.com <dn...@google.com> #5
The development team has fixed the issue that you have reported and it will be available in a future build.
to...@gmail.com <to...@gmail.com> #6
When will it be released? I am running Android 7.1.1 on Google Pixel. It still shows the log, which is really annoying when I debug my app.
al...@gmail.com <al...@gmail.com> #7
Any update about the issue?
wi...@gmail.com <wi...@gmail.com> #8
bump. anyone? anyone? bueller?
lo...@gmail.com <lo...@gmail.com> #9
Does this issue still "need info"?
od...@gmail.com <od...@gmail.com> #10
bump
fs...@gmail.com <fs...@gmail.com> #11
bump
06-29 11:55:48.291 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.291 D/BluetoothLeScanner(11327): Stop Scan
06-29 11:55:48.294 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.295 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.295 D/BluetoothLeScanner(11327): Start Scan
06-29 11:55:48.296 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.296 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.298 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.299 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.402 D/BluetoothLeScanner(11327): onClientRegistered() - status=0 clientIf=7 mClientIf=0
06-29 11:55:48.291 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.291 D/BluetoothLeScanner(11327): Stop Scan
06-29 11:55:48.294 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.295 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.295 D/BluetoothLeScanner(11327): Start Scan
06-29 11:55:48.296 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.296 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.298 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.299 D/BluetoothAdapter(11327): STATE_ON
06-29 11:55:48.402 D/BluetoothLeScanner(11327): onClientRegistered() - status=0 clientIf=7 mClientIf=0
vi...@gmail.com <vi...@gmail.com> #12
July 2018 This issue is open more as 2 years, although Google claims that a fix is availeble.......
ni...@gmail.com <ni...@gmail.com> #13
Any update on this??
Description
Looking at the source, this seems to be because a debug flag has been left set to true in production.
This causes challenges for many in the beacon world, and would be super helpful if that could be an optional flag for each instance of `BluetoothAdapter`, or if it could be set to false.
Here's an example of the log output. If I want this data, I can log it myself:
D/BluetoothAdapter: startLeScan(): null
D/BluetoothAdapter: onClientRegistered() - status=0 clientIf=5
D/BluetoothAdapter: onScanResult() - Device=F2:B5:E3:68:01:C1 RSSI=-72
D/dalvikvm: GC_FOR_ALLOC freed 478K, 10% free 9758K/10812K, paused 17ms, total 17ms
D/BluetoothAdapter: onScanResult() - Device=D8:1B:64:0A:9A:F6 RSSI=-60
D/BluetoothAdapter: onScanResult() - Device=D2:BD:EE:F8:87:AF RSSI=-72
D/BluetoothAdapter: onScanResult() - Device=A4:77:33:F8:11:CB RSSI=-84
D/BluetoothAdapter: stopLeScan()