xpg / GizwitsBLE

Android BLE SDK
Apache License 2.0
195 stars 89 forks source link

crash #11

Open LdwHly opened 5 years ago

LdwHly commented 5 years ago

用户反馈过来的,还有看日志里,明明是三星系统,为啥初始化时还是AndroidBle SDK_INT=21 MODE=SM-G900V appVersion=SM-G900V->5.0->v3.5.0->c92 ->BLE:true App_Type=Remote java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference at android.os.Parcel.readException(Parcel.java:1546) at android.os.Parcel.readException(Parcel.java:1493) at android.bluetooth.IBluetoothGatt$Stub$Proxy.unregisterClient(IBluetoothGatt.java:905) at android.bluetooth.BluetoothGatt.unregisterApp(BluetoothGatt.java:714) at android.bluetooth.BluetoothGatt.close(BluetoothGatt.java:653) at com.xtremeprog.sdk.ble.AndroidBle.disconnect(AndroidBle.java:247) at com.xtremeprog.sdk.ble.BleService$1.run(BleService.java:202) at java.lang.Thread.run(Thread.java:818)