SIGN IN SIGN UP

Make cleanup of flutter processes in tests more reliable (#19307)

* Make cleanup of flutter processes in tests more reliable

* Fix quit signals

I confused SigInt&SigTerm for SigTerm&SigKill when I first did this. SigTerm can be blocked and doesn't guarantee the process will be terminated.

* Don't use deprecated constants

* Fix typo

* Add some additional info to debug buffer

* Fix return types on Futures
D
Danny Tuppeny committed
442fc3cf065c0a3d90108164b9832f540cd2b248
Parent: d3f6128
Committed by GitHub <noreply@github.com> on 7/19/2018, 10:37:40 AM