rastik
rastik

Reputation: 2576

Bluetooth diagnostics logs on iOS

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.

Upvotes: 2

Views: 13797

Answers (1)

Kevin Marlow
Kevin Marlow

Reputation: 891

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/.

Upvotes: 5

Related Questions