How to view Android bluetooth logs with btsnoop_hci.log?
Asked Answered
E

1

6

I enabled developer options and bt snoop hci log to try and troubleshoot why the connection between my app and Bluetooth SPP device disconnects randomly. I took the bug report and emailed it to myself, and then opened the btsnoop_hci.log file using Wireshark.

I am trying to find the same event logs I might see in logcat, such as:

W/bt_btm: btm_sec_disconnected

but instead I have what just look like raw packets below. What am I doing wrong? Thank you.

Wireshark screenshot

Economizer answered 30/1, 2020 at 7:22 Comment(0)
P
-1

The files of interest are btsnoop_hci.log and all files with the extension .cfa

These are binary files, which can be opened with Wireshark.

https://support.honeywellaidc.com/s/article/How-to-capture-Bluetooth-traffic-from-and-to-an-Android-Device

Professionalism answered 11/9, 2020 at 17:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.