Logcat蓝牙数据

时间:2015-06-15 06:51:49

标签: android bluetooth adb logcat android-logcat

我的蓝牙耳机与我的Android 5.1.1设备结合使用时,我遇到了声音问题。因此我需要调试蓝牙连接。 我已经获得了adb logcat的一些日志,但我担心这些日志可能包含有关我的机密数据。

我应该使用adb logcat哪些参数,以便日志只包含相关的蓝牙和耳机数据?

1 个答案:

答案 0 :(得分:1)

获取有关蓝牙的日志。使用Android Studio的logcat插件(请参阅Restore LogCat window within Android Studio了解如何打开logcat插件)并设置以下过滤器选项。

 Log Tag (regex): BT|luetooth|bt|Bt
 Log Level: Debug