We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set environment variables as described here https://github.com/dotnet/runtime/blob/fab4f6e674404f1d88753529f7461d1bed24cb2e/docs/design/coreclr/botr/xplat-minidump-generation.md to collect dumps on crash, from test host and child processes. Little complication is that we need to set them up in the process that starts testhost (vstest.console) but collect the logs in datacollector, and we need to set them up bevore starting test host, so vstest.console will need to know what to do. 🙁
Collect the dump and all child dumps created this way
add timestamp and name to the dump
Related #2380
The text was updated successfully, but these errors were encountered:
nohwnd
Successfully merging a pull request may close this issue.
Description
Set environment variables as described here https://github.com/dotnet/runtime/blob/fab4f6e674404f1d88753529f7461d1bed24cb2e/docs/design/coreclr/botr/xplat-minidump-generation.md to collect dumps on crash, from test host and child processes. Little complication is that we need to set them up in the process that starts testhost (vstest.console) but collect the logs in datacollector, and we need to set them up bevore starting test host, so vstest.console will need to know what to do. 🙁
Collect the dump and all child dumps created this way
add timestamp and name to the dump
Related #2380
The text was updated successfully, but these errors were encountered: