Nexus 5 中的大量 Logcat 输出 ... BluetoothAdapter

Tons of Logcat output in Nexus 5 ... BluetoothAdapter

在我的 Nexus5 logcat 输出中,我收到了大量以下消息。这是什么意思?我能阻止吗?我的蓝牙已关闭。

08-21 20:42:16.760 D/BluetoothAdapter( 1042): 225483142: getState() :  mService = null. Returning STATE_OFF

这意味着 运行 个应用程序或服务之一要求当前的蓝牙状态。 要停止它,您必须找出确切的服务或应用程序需要它并停止它。