6
Bluetoothがオンのままになる
Nexus 4とNexus 5でこの問題が発生しました。Bluetoothが突然オンになります。オフにすることもできますが、1分ほど後に戻ってきます。 ぐるぐる回って、これはアプリの誤動作が原因である可能性がありますが、どのアプリを見つけるための良い解決策はないようです。 Bluetoothを常に再アクティブ化する原因を特定する方法はありますか? それが役に立ったら、Bluetoothを無効にしてからadb出力の一部をキャプチャしました。 無効にする場合: D/BluetoothManagerService( 578): disable(): mBluetooth = android.bluetooth.IBluetooth$Stub$Proxy@42d29fa0 mBinding = false D/BluetoothManagerService( 578): Message: 2 D/BluetoothManagerService( 578): Sending off request. D/BluetoothAdapterState(23958): CURRENT_STATE=ON, MESSAGE = USER_TURN_OFF D/BluetoothAdapterProperties(23958): Setting state to 13 I/BluetoothAdapterState(23958): Bluetooth adapter state changed: 12-> 13 D/BluetoothAdapterService(23958): Broadcasting updateAdapterState() to 1 receivers. D/BluetoothAdapterProperties(23958): onBluetoothDisable() …