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

Include output from instrumentation process in error messages #1114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marcelogomez
Copy link
Contributor

This PR adds a way to get the output from the instrumentation process whenever there's a crash or the app has been killed by the OS. Whenever something like this happened we would end up timing out a request and never really know what the issue was. With this we at least know that the process crashes and can use the output from the process to debug further. Note that there are no attempts made to interpret the output.

@marcelogomez marcelogomez force-pushed the instrumentationprocess branch 2 times, most recently from 1e14262 to 6b828a4 Compare May 4, 2017 11:37
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

Successfully merging this pull request may close these issues.

None yet

1 participant