Bluetooth diagnostics logs on iOS

我的未来我决定 提交于 2020-06-11 10:37:11

问题


I'd like to generate Bluetooth diagnostics logs on iPhone. I've installed Bluetooth Development Profile and I can click on "Save logs". But where can I find them and how can I transfer them to PC? Preferably without iTunes, as on Windows I have very bad experience with this SW. I'm new to Apple ecosystem. Thank you.


回答1:


Your answer can be found in the Apple documentation here.

The steps are as follows.

  1. Download and install the profile on your device (this can be done through Safari on the device).
  2. Restart your device.
  3. Reproduce any bluetooth commands you would like to diagnose.
  4. Go to Settings > Bluetooth and select Diagnostic Mode
  5. Add short description of the problem and tap Save
  6. Sync device via iTunes (there doesn't seem to be a way to pull them manually without a rooted device).

Windows 7, 8, and Vista logs can be found at:

C:\Users\[Your_User_Name]\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\[Your_Device_Name]\BluetoothDiagnostics\

OSX logs can be found at:

/Users/[Your_User_name]/Library/Logs/CrashReporter/MobileDevice/[Your_Device_Name]/BluetoothDiagnostics/

The logs will be saved into timestamped folders like this Logs-2015.12.8-00.50.55/.



来源:https://stackoverflow.com/questions/32134143/bluetooth-diagnostics-logs-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!