Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos Mac上的蓝牙状态历史记录_Macos_Bluetooth_Macos Catalina - Fatal编程技术网

Macos Mac上的蓝牙状态历史记录

Macos Mac上的蓝牙状态历史记录,macos,bluetooth,macos-catalina,Macos,Bluetooth,Macos Catalina,在Mac上是否有显示蓝牙历史记录的日志 例如,当您打开/关闭蓝牙时,它是否保存在某个日志中 我使用在Catalina 10.15.3上运行的2017 MacBook Pro 非常感谢您的帮助。我在莫哈韦,所以这可能对您不起作用,但值得一试 我有一个苹果二进制属性列表文件,位于 /Library/Preferences/com.apple.Bluetooth.plist 我将其转换为xml,如下所示 sudo plutil -convert binary1 /Library/Preference

在Mac上是否有显示蓝牙历史记录的日志

例如,当您打开/关闭蓝牙时,它是否保存在某个日志中

我使用在Catalina 10.15.3上运行的2017 MacBook Pro


非常感谢您的帮助。

我在莫哈韦,所以这可能对您不起作用,但值得一试

我有一个苹果二进制属性列表文件,位于

/Library/Preferences/com.apple.Bluetooth.plist
我将其转换为xml,如下所示

sudo plutil -convert binary1 /Library/Preferences/com.apple.Bluetooth.plist
您可以使用

sudo plutil -convert binary1 /Library/Preferences/com.apple.Bluetooth.plist
如果您没有该文件,它可能位于其中之一,希望如此

~/Library/Preferences/com.apple.Bluetooth.plist
~/Library/Preferences/com.apple.BluetoothAudioAgent.plis
~/Library/Preferences/com.apple.BluetoothFileExchange.plist

我在莫哈韦,所以这可能不适合你,但值得一试

我有一个苹果二进制属性列表文件,位于

/Library/Preferences/com.apple.Bluetooth.plist
我将其转换为xml,如下所示

sudo plutil -convert binary1 /Library/Preferences/com.apple.Bluetooth.plist
您可以使用

sudo plutil -convert binary1 /Library/Preferences/com.apple.Bluetooth.plist
如果您没有该文件,它可能位于其中之一,希望如此

~/Library/Preferences/com.apple.Bluetooth.plist
~/Library/Preferences/com.apple.BluetoothAudioAgent.plis
~/Library/Preferences/com.apple.BluetoothFileExchange.plist

我意识到,您想要的是切换实际蓝牙开/关的时间,而不是连接设备的时间。对此很抱歉,也许这对你或其他人有一些帮助。我意识到你想要的是切换实际蓝牙开/关的时间,而不是连接设备的时间。很抱歉,也许这对你或其他人有帮助。