HuskarHuang
HuskarHuang
i have the same problem
> I believe I have solved the problem. > > I looked at the fix for react-native-webrtc ([react-native-webrtc/react-native-webrtc@667712c](https://github.com/react-native-webrtc/react-native-webrtc/commit/667712c1b7e5356c3fbf1312802fbdc28de155f3)) and adapted it to flutter-webrtc. > > Basically, you need to properly...
yes,this fix my problem,thanks!
 if (bluetoothHeadset != null) { bluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET, bluetoothHeadset); bluetoothHeadset = null; } if bluetooth not connected, bluetoothAdapter.closeProfileProxy is not call,the it will leak,maybe android sdk has the problem
> @HuskarHuang Could you please point the link to the code snippet that you mention in your previous comment. com.cloudwebrtc.webrtc.utils.RTCBluetoothManager.RTCBluetoothManager ``` public void start() if (!getBluetoothProfileProxy( apprtcContext, bluetoothServiceListener, BluetoothProfile.HEADSET)) {...
我也遇到同样问题, 
你好,我下载andfix 自动编译,也出现这样的问题,请问你的问题解决没有
> application中: > > try { > > ``` > PatchManager patchManager = new PatchManager(this); > > patchManager.init(getPackageManager().getPackageInfo(getPackageName(), 0).versionName); > > patchManager.loadPatch(); > > Log.e("getPatchPath", getPatchPath()); > patchManager.addPatch(getPatchPath()); > }...
我也出现同样的问题,不知没有什么方法,thread id是第一个的id