xpg / GizwitsBLE

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

clearTimeoutThread()会产生java.lang.NullPointerException #5

Closed yzr007 closed 8 years ago

yzr007 commented 9 years ago

在类BleService的processNextRequest()方法中,会在得到ret为true时startTimeoutThread(),但是在startTimeoutThread()之前就有可能执行clearTimeoutThread(),此时mRequestTimeout为null。

ax003d commented 8 years ago

fixed