1. 08 Feb, 2021 1 commit
  2. 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
  3. 28 Jan, 2021 1 commit
  4. 27 Jan, 2021 1 commit
  5. 12 Oct, 2020 1 commit
  6. 08 Jun, 2020 1 commit
  7. 20 May, 2020 1 commit
  8. 19 May, 2020 2 commits
  9. 10 Mar, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] handle null value from sdk version (#52351) · 5d289721
      Jonah Williams authored
      When the AndroidDevice checks for the current API version, it isn't handling a null response. While we can refuse to run on API levels that are unsupported, we should probably assume that a null response = lowest possible API level and allow these to run.
      5d289721