Device logs not appearing in Xcode

ios, ipad, xcode

Solution

Better Method to take device logs:

~/Library/Logs/CrashReporter/MobileDevice/<your iPhone’s name>/

Problem

I have some crash logs which I am able to see in the iPad when I go to Settings->About->Diagnostics & Usage ->Diagnostics & Usage Data. But when I connect my iPad to the my computer and click Xcode->Window->Organizer->My Device Name, I am not able to see the logs at all. What might have been the issue? Any idea.

Original source