1. 10 Jul, 2017 1 commit
    • Seth Ladd's avatar
      Run target analytics (#10902) · 834fbcb8
      Seth Ladd authored
      * report run target and if it is an emulator
      
      * don't print debug
      
      * rename parameter, remove unused variable
      
      * fix test
      
      * fix comment
      
      * tweak from review, and fix analyzer error
      
      * send custom parameters for the event, not the session
      
      * fix mock
      
      * use the +1 for usage
      834fbcb8
  2. 21 Jun, 2017 2 commits
  3. 20 Jun, 2017 1 commit
  4. 27 Apr, 2017 1 commit
  5. 26 Apr, 2017 1 commit
    • Todd Volkert's avatar
      Switch many `Device` methods to be async (#9587) · 60c5ffc1
      Todd Volkert authored
      `adb` can sometimes hang, which will in turn hang the Dart isolate if
      we're using `Process.runSync()`. This changes many of the `Device` methods
      to return `Future<T>` in order to allow them to use the async process
      methods. A future change will add timeouts to the associated calls so
      that we can properly alert the user to the hung `adb` process.
      
      This is work towards #7102, #9567
      60c5ffc1
  6. 02 Apr, 2017 1 commit
  7. 28 Mar, 2017 1 commit
  8. 22 Mar, 2017 1 commit
  9. 09 Mar, 2017 1 commit
  10. 04 Mar, 2017 1 commit
  11. 20 Feb, 2017 1 commit
  12. 07 Feb, 2017 1 commit
  13. 19 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Remove randomness from port assignment during coverage collection. (#7548) · 3f1d6d3b
      Ian Hickson authored
      Also, defer to test package for throttling (this will require a test
      package update as well).
      
      Also, add a lot more instrumentation to --verbose mode for tests, and
      fix minor trivial things here and there, and add error handling in
      more places.
      
      Also, refactor how coverage works to be simpler and not use statics.
      3f1d6d3b
  14. 06 Dec, 2016 1 commit
  15. 29 Nov, 2016 2 commits
  16. 11 Aug, 2016 1 commit
  17. 08 Jun, 2016 1 commit
  18. 19 May, 2016 1 commit
  19. 17 May, 2016 1 commit
  20. 16 May, 2016 1 commit
  21. 13 May, 2016 1 commit
  22. 06 May, 2016 1 commit
  23. 03 May, 2016 1 commit
  24. 27 Apr, 2016 1 commit
  25. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275