1. 14 Apr, 2022 1 commit
  2. 15 Feb, 2022 1 commit
    • Ben Konyi's avatar
      Update flutter_tools to look for new VM service message (#97683) · 2a2f9731
      Ben Konyi authored
      * Update flutter_tools to look for new VM service message
      
      The Dart SDK will soon move away from the current Observatory message:
      
      "Observatory listening on ..."
      
      To a new message that no longer references Observatory:
      
      "Dart VM Service listening on ..."
      
      This change updates all tests with mocks to check for the new message
      and also adds support for the new message in ProtocolDiscovery.
      
      See https://github.com/dart-lang/sdk/issues/46756
      
      * Fix some parsing locations
      
      * Fix analysis failures
      
      * Update message
      
      * Remove extra comment
      
      * Update message
      
      * Add globals prefix
      2a2f9731
  3. 06 Jan, 2022 1 commit
  4. 29 Dec, 2021 1 commit
  5. 23 Dec, 2021 1 commit
  6. 15 Dec, 2021 1 commit
  7. 12 Nov, 2021 1 commit
  8. 11 Nov, 2021 1 commit
  9. 02 Nov, 2021 1 commit
  10. 01 Nov, 2021 1 commit
  11. 30 Oct, 2021 1 commit
  12. 19 Oct, 2021 1 commit
  13. 15 Oct, 2021 2 commits
  14. 12 Oct, 2021 1 commit
  15. 08 Oct, 2021 1 commit
  16. 26 Aug, 2021 1 commit
  17. 25 Jun, 2021 1 commit
  18. 04 Jun, 2021 1 commit
  19. 03 Jun, 2021 1 commit
  20. 24 May, 2021 1 commit
  21. 22 May, 2021 1 commit
  22. 18 Apr, 2021 1 commit
  23. 17 Apr, 2021 1 commit
  24. 16 Apr, 2021 1 commit
  25. 14 Apr, 2021 1 commit
  26. 09 Apr, 2021 2 commits
  27. 07 Apr, 2021 2 commits
  28. 05 Apr, 2021 1 commit
  29. 02 Apr, 2021 1 commit
  30. 31 Mar, 2021 1 commit
  31. 22 Mar, 2021 1 commit
  32. 13 Mar, 2021 1 commit
  33. 12 Mar, 2021 1 commit
  34. 17 Feb, 2021 1 commit
  35. 08 Feb, 2021 1 commit
  36. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  37. 27 Jan, 2021 1 commit