1. 23 Mar, 2023 1 commit
  2. 27 Apr, 2022 1 commit
  3. 30 Oct, 2021 1 commit
  4. 04 Oct, 2021 1 commit
  5. 02 Jun, 2021 1 commit
  6. 01 Jun, 2021 1 commit
  7. 19 May, 2021 1 commit
  8. 06 Apr, 2021 1 commit
  9. 13 Mar, 2021 1 commit
  10. 29 Jan, 2021 1 commit
  11. 27 Jan, 2021 1 commit
  12. 05 Oct, 2020 1 commit
  13. 15 Jun, 2020 1 commit
  14. 12 May, 2020 1 commit
  15. 25 Mar, 2020 3 commits
  16. 10 Mar, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] prevent StateError when log reader is disposed (#52173) · 37787982
      Jonah Williams authored
      Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error. 
      37787982