How to view Apple Watch Crash logs on device (without Xcode)

5.1k views Asked by At

This link discusses how to obtain crash reports on the iPhone, but I'm unclear once I get to the Analytics data (1) what I'm looking at and (2) specifically I'm trying to trace down the cause of a recent crash of my Apple Watch app, how can I locate this information?

2

There are 2 answers

2
GarySabo On BEST ANSWER

After some digging, going to Xcode -> Devices and Simulators -> View Device Logs... lists iPhone as well as watch crashes in an easy to read format.

0
Vittal Pai On

You can do it by installine sysdiagnose profile to Apple Watch.

Download the watchOS profile from here:

https://developer.apple.com/bug-reporting/profiles-and-logs/?name=sysdiagnose

Add it to your iPhone and you will get the choice to choose "Apple Watch" to install it to. Once you install it and click "Done" then you will start seeing Apple Watch logs in Console.app.