Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report crashes encountered during CI runs as part of the test result #225

Open
justinseanmartin opened this issue Jun 25, 2014 · 0 comments

Comments

@justinseanmartin
Copy link

It would be great if we could report crashes that happen during CI runs as part of the automation results.

For Simulator:
App crashes will be generated within /Library/Logs/DiagnosticReports/. Also, the output from "/Library/Logs/iOS Simulator//system.log" (7.x) or "/var/log/system.log" (6.x) sometimes contains a more interesting stack trace after symbolicating. It generally comes directly after "Terminating app due to uncaught exception".

For Devices:
If Xcode can pull logs and crash files off of devices, I'd assume the same should be possible from command line (maybe requires using libimobiledevice). I haven't tried this before, but I'd hope this could be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant