Created
November 27, 2015 19:42
-
-
Save tomtaylor/6d51f4a3593ff14e2bf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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