58098d3414
Currently the dds process is being launched from dartdev and this causes problems when the dartdev commands 'run' and 'test' are implemented by spawning child processes (this is needed to make dartdev an AOT snapshot). This CL attempts to lauch dds from the service isolate code. TEST=ci Change-Id: Iad00a17473a630659f15a5c73be0f5385ea35bdd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350688 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>