Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "Launch DDS from Dart SDK and prepare to serve DevTools from D…
…DS (flutter#146593)" (flutter#152386) This reverts commit 7cdc23b. The failure in the `native_assets_test` integration test on Windows was caused by the DevTools process not being shutdown by the `ColdRunner` when running the profile mode portion of the test. This resulted in the test being unable to clean up the project created by the test as DevTools was still holding onto a handle within the directory. This PR adds back the mistakenly removed DevTools shutdown logic in the `ColdRunner`.
- Loading branch information