- 18 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 17 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 14 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 03 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
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
-
- 27 Jan, 2021 2 commits
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
Jenn Magder authored
-
- 13 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 23 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 05 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 30 Oct, 2020 1 commit
-
-
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.
-
- 23 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Oct, 2020 4 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] reland: fold process resolution logic into the flutter tool (#67957)" (#67968) This reverts commit bd813879.
-
Jonah Williams authored
Reland of #67669 The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. So that we can adjust/modify this logic, fold it into flutter and add some additional logging. caches the resolved executable per target directory, to avoid repeated look ups. Instead of throwing an argument error, attempts to run the executable as given if an exact path can't be found Accept files or symlinks for the executable path. user where/which to resolve path instead of package:process logic.
-
Jonah Williams authored
This reverts commit 10c78c26.
-
Jonah Williams authored
The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. Fold the resolution logic into the tool and use where/which instead of the package:process specific logic.
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 28 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 20 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 15 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 09 Jun, 2020 1 commit
-
-
Christopher Fujino authored
-
- 01 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 29 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 16 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 26 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 25 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
* Convert ios_device_logger_test.dart to testWithoutContext * Remove IMobileDevice from globals, hoist to XCDevice constructor
-
- 18 Mar, 2020 1 commit
-
-
Christopher Fujino authored
-
- 16 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 14 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 8e6e15f9.
-
Jenn Magder authored
-
- 06 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-