我开发了一个使用ble的应用程序。我使用Eclipse作为开发工具。
我的“使用布尔的应用程序”安装在我的智能手机上。我把我的智能手机和电脑连接到usb上。然后,在我的智能手机上,我推出了我开发的“使用布尔的应用程序”。
我在Eclipse的Logcat上找到了以下日志。
(25463):onClientConnParamsChanged() - Device=98:7B:F3:52:48:11 interval=39 status=0 (25463):onClientConnParamsChanged() - Device=98:7B:F3:52:48:11 interval=16 status=0
我可以从我找到的原木上想出来。这个日志由我的应用程序显示。并执行了onClientConnParamsChanged()方法的BluetoothGatt.class。
但我在BluetoothGatt.class中找不到BluetoothGatt.class()。我想知道onClientConnParamsChanged()何时何地出现在日志中。
发布于 2018-08-21 13:20:28
我已经和BluetoothGatt玩过了,所以我决定找点什么来给出答案。我在AOSP里找不到这个日志。
因此,我建议从亚行那里获得这一过程:
亚行壳ps 25463
"25463“是你在日志中看到的PID。至少你知道是谁印的这个。
https://stackoverflow.com/questions/51949280
复制相似问题