Is It Possible To Monitor Discovering Process When Using Google Nearby Connections 2.0?
I have been playing around with Google Nearby Connections 2.0 sample program: walkietalkie. I ran the APP on several android phones and tablets. I usually put one device on adverti
Solution 1:
You can filter for the log tags 'NearbyConnections' and 'NearbyMediums'
adb logcat NearbyConnections:* NearbyMediums:**:S
That will print out any warnings and/or errors that occur. If you find a device that's particularly troublesome, give me the model number and I'll add it to our test suite. [Disclaimer: I work on Nearby Connections]
Post a Comment for "Is It Possible To Monitor Discovering Process When Using Google Nearby Connections 2.0?"