Skip to content

Instantly share code, notes, and snippets.

@tomtaylor
Created November 27, 2015 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomtaylor/6d51f4a3593ff14e2bf9 to your computer and use it in GitHub Desktop.
Save tomtaylor/6d51f4a3593ff14e2bf9 to your computer and use it in GitHub Desktop.
Getting Crash Logs Directly From a Device Without Xcode
Your users can retrieve crash reports from their device and send them to you via email by following these instructions.
(It is not possible to get device console logs directly from a device)
1) Open Settings app
2) Go to Privacy, then Diagnostics & Usage
3) Select Diagnostics & Usage Data
4) Locate the log for the crashed app. The logs will be named in the format: <AppName>_<DateTime>_<DeviceName>
5) Select the desired log. Then, using the text selection UI select the entire text of the log. Once the text is selected, tap Copy
6) Paste the copied text to Mail and send to an email address as desired
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment