A.snoop log获取:
1.Turn off bluetooth
2.adb shell setprop persist.bluetooth.btsnoopenable true
3.adb shell setprop persist.bluetooth.btsnooplogmode full (Android Q/R needed)
4.Turn on bluetooth
5.Reproduce this issue
6.adb pull /data/misc/bluetooth/logs/hci_snoopxxxx.cfa
or
adb pull /data/misc/bluetooth/logs/btsnoop_hci.log .
B.通过CPAS viewer / wireshark打开snoop log, 搜索关键字:HCI_Read_Local_Version_Information
标签:logs,snoop,setprop,bluetooth,高通,adb,log From: https://www.cnblogs.com/bluestorm/p/16962594.html