1. 30 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove fallback discovery and observatory timeout (#68756) · 44d0e52d
      Jonah Williams authored
      The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.
      
      This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
      44d0e52d
  2. 03 Oct, 2020 1 commit
  3. 30 Sep, 2020 3 commits
  4. 28 Jul, 2020 1 commit
  5. 20 Jul, 2020 1 commit
  6. 29 Jun, 2020 1 commit
  7. 26 Jun, 2020 1 commit
  8. 18 Jun, 2020 1 commit
  9. 09 Jun, 2020 1 commit
  10. 08 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) · 4f88ed1d
      Jonah Williams authored
      instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.
      
      This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
      4f88ed1d
  11. 01 Jun, 2020 1 commit
  12. 29 May, 2020 1 commit
  13. 06 May, 2020 1 commit
  14. 10 Apr, 2020 1 commit
  15. 27 Mar, 2020 2 commits
  16. 24 Mar, 2020 1 commit
  17. 20 Mar, 2020 1 commit
  18. 19 Mar, 2020 3 commits
  19. 18 Mar, 2020 2 commits
  20. 17 Mar, 2020 1 commit
  21. 12 Mar, 2020 1 commit
  22. 03 Mar, 2020 1 commit
  23. 25 Feb, 2020 2 commits
  24. 14 Feb, 2020 1 commit
  25. 06 Feb, 2020 4 commits
  26. 05 Feb, 2020 1 commit
  27. 29 Jan, 2020 1 commit
  28. 27 Jan, 2020 1 commit
  29. 17 Jan, 2020 1 commit
  30. 16 Jan, 2020 1 commit