- 10 Jul, 2017 1 commit
-
-
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
-
- 21 Jun, 2017 2 commits
-
-
Devon Carew authored
-
Seth Ladd authored
-
- 20 Jun, 2017 1 commit
-
-
Seth Ladd authored
* send channel name as a custom dimension * tweaks from review * remove unused import
-
- 27 Apr, 2017 1 commit
-
-
xster authored
FlutterCommand.runCommand subclasses can optionally return a FlutterCommandResult which is used to append additional analytics. Fix flutter run timing report and add a bunch of dimensional data
-
- 26 Apr, 2017 1 commit
-
-
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
-
- 02 Apr, 2017 1 commit
-
-
Ian Hickson authored
This should make the message in Travis logs look better.
-
- 28 Mar, 2017 1 commit
-
-
Yegor authored
* enable crash reporting in flutter_tools * fix analytics text; use relative paths * fix test
-
- 22 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 20 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2017 1 commit
-
-
Devon Carew authored
-
- 19 Jan, 2017 1 commit
-
-
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.
-
- 06 Dec, 2016 1 commit
-
-
Dan Rubel authored
-
- 29 Nov, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
- 11 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 08 Jun, 2016 1 commit
-
-
Devon Carew authored
Update the analytics code.
-
- 19 May, 2016 1 commit
-
-
Devon Carew authored
-
- 17 May, 2016 1 commit
-
-
pq authored
-
- 16 May, 2016 1 commit
-
-
Devon Carew authored
* allow per-command analytics suppression * rev the usage package dep
-
- 13 May, 2016 1 commit
-
-
Seth Ladd authored
* shrink analytics message to < 80 chars * catch line ending
-
- 06 May, 2016 1 commit
-
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* make the usage text more visible * update the look of the usage text
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Apr, 2016 1 commit
-
-
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
-