OSDN Git Service

Bluetooth Application Crash while try to pairing with laptop - IKDVXPSE-345
authorZhihai Xu <zhihaixu@google.com>
Thu, 17 Oct 2013 19:07:46 +0000 (12:07 -0700)
committerZhihai Xu <zhihaixu@google.com>
Thu, 17 Oct 2013 19:07:46 +0000 (12:07 -0700)
commit311fd8bf28c1c16c4da81485b26518c8df97f50b
tree5c067a440327993140f3a74a06d12a3605d36625
parent565caebcfc6ba053bbd765cdc9da63b38530c22e
Bluetooth Application Crash while try to pairing with laptop - IKDVXPSE-345

the handleRegistration will never run after we shutdown the handler thread first,
with this change, we can make sure the mObserver will never be null
when call handleRegistration.
bug:11148404

Change-Id: I93b351915b49cf59a7d2026b7d83a68a7e76dd38
src/com/android/bluetooth/map/BluetoothMnsObexClient.java