Android Btsnooz_hci.log file always "Damaged or Courrupt"
I'm trying to capture BLE HCI events for an Android device. I've managed to capture and acquire these events using Android's adb bugreport
tool. The resulting btsnooz_hci.log
command, when opened in Wireshark, always result sin the file is "Damaged or Corrupt" error. Any way to resolve this?
Thank you
Did you read https://stackoverflow.com/questions/6... ?
If I'm understanding things correctly, that conversation is referring to needing a rooted device to capture these logs live. I'm capturing them on the device itself and then trying to open the result log file in Wireshark after the fact. I have access to the file, but Wireshark is refusing to open it.