我想在片段上尝试初始化bluetoothservicejava,但我不能。 (在此片段之前,我的连接成功)。 在我的片段上我添加了这个
BluetoothConnectionService mBluetoothConnection;
并添加了此内容:
mBluetoothConnection = new BluetoothConnectionService(getActivity());
if(mBluetoothConnection!=null){
Log.d(TAG,"initilazed mbluetoothconnection");
}
但是我在屏幕上看不到任何日志,所以我无法启动。