Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app运行过程中闪退,异常是框架里的代码 Attempt to invoke virtual method 'boolean com.hihonor.bluetooth.btfreeze.BluetoothBleConnectItem.isSame(com.hihonor.bluetooth.btfreeze.BluetoothBleConnectItem)' on a null object reference com.clj.fastble.bluetooth.BleBluetooth.connect(BleBluetooth.java:10) #569

Open
15239545925 opened this issue Mar 29, 2023 · 0 comments

Comments

@15239545925
Copy link

出错堆栈

1 io.reactivex.exceptions.OnErrorNotImplementedException:The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling | java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.hihonor.bluetooth.btfreeze.BluetoothBleConnectItem.isSame(com.hihonor.bluetooth.btfreeze.BluetoothBleConnectItem)' on a null object reference
2 io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:2)
3 ......
4 Caused by:
5 java.lang.NullPointerException:Attempt to invoke virtual method 'boolean com.hihonor.bluetooth.btfreeze.BluetoothBleConnectItem.isSame(com.hihonor.bluetooth.btfreeze.BluetoothBleConnectItem)' on a null object reference
6 android.os.Parcel.createExceptionOrNull(Parcel.java:2443)
7 android.os.Parcel.createException(Parcel.java:2421)
8 android.os.Parcel.readException(Parcel.java:2404)
9 android.os.Parcel.readException(Parcel.java:2346)
10 android.bluetooth.IBluetoothGatt$Stub$Proxy.registerClient(IBluetoothGatt.java:2535)
11 android.bluetooth.BluetoothGatt.registerApp(BluetoothGatt.java:889)
12 android.bluetooth.BluetoothGatt.registerApp(BluetoothGatt.java:860)
13 android.bluetooth.BluetoothGatt.connect(BluetoothGatt.java:957)
14 android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:2584)
15 android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:2533)
16 android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:2504)
17 android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:2478)
18 com.clj.fastble.bluetooth.BleBluetooth.connect(BleBluetooth.java:10)
19 com.clj.fastble.bluetooth.BleBluetooth.connect(BleBluetooth.java:1)
20 com.clj.fastble.BleManager.connect(BleManager.java:9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant