adb 查看 BluetoothDeviceDetailsFragment
时间: 2024-02-16 07:05:38 浏览: 60
BluetoothDevice
您可以通过运行以下命令来使用 adb 查看 BluetoothDeviceDetailsFragment:
```
adb shell dumpsys activity BluetoothDeviceDetailsFragment
```
在输出中,您应该能够找到包含 BluetoothDeviceDetailsFragment 的信息,例如它的任务 ID、活动状态、最近的活动时间戳等等。请注意,此命令需要设备已连接并启用了 USB 调试模式。
阅读全文