-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure debug-mode apps are always attached on iOS. #10186
Conversation
runtime/dart_vm.cc
Outdated
// __not__ included in release or profile builds. | ||
// | ||
// Please see the following documents for explanation: | ||
// - go/decommissioning-dbc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These docs are not publicly viewable and external readers will not be able to grasp the context. Please add a short comment here describing the workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit about the license block in the new file but looks good otherwise.
I've updated the Wiki page: https://github.com/flutter/flutter/wiki/PID-leak-in-iOS-development-workflow |
The failing checks appear to be due to an infra issue. |
0ed9a33
to
a30a5f8
Compare
a30a5f8
to
50498b5
Compare
Rebasing to re-run Fuchsia build test. |
[email protected]:flutter/engine.git/compare/2ccfd9e562c9...a665c6f git log 2ccfd9e..a665c6f --no-merges --oneline 2019-08-06 [email protected] Roll fuchsia/sdk/core/mac-amd64 from QdP5I... to C9SBX... (flutter/engine#10649) 2019-08-06 [email protected] Roll fuchsia/sdk/core/linux-amd64 from siBGl... to Gh0U-... (flutter/engine#10648) 2019-08-06 [email protected] Roll fuchsia/sdk/core/mac-amd64 from Nj2Qs... to QdP5I... (flutter/engine#10647) 2019-08-06 [email protected] reset platformViewsController in engine.destroyContext when allowHeadlessExecution = false (flutter/engine#10629) 2019-08-05 [email protected] [flutter_runner] Port: Add connectToService, wrapping fdio_ns_connect. (flutter/engine#10644) 2019-08-05 [email protected] Don't use DBC for hot-reload on iOS. (flutter/engine#10645) 2019-08-05 [email protected] Ensure debug-mode apps are always attached on iOS. (flutter/engine#10186) 2019-08-05 [email protected] Capture stderr for ninja command (flutter/engine#9896) 2019-08-05 [email protected] Roll src/third_party/skia 4df3d5340ef3..eb0770211a6c (13 commits) (flutter/engine#10643) 2019-08-05 [email protected] Roll src/third_party/dart 4bebfebdbc..8cd01287b4 (30 commits) (flutter/engine#10642) 2019-08-05 [email protected] Roll fuchsia/sdk/core/linux-amd64 from 3hQdw... to siBGl... (flutter/engine#10640) 2019-08-05 [email protected] Roll fuchsia/sdk/core/mac-amd64 from yvc6m... to Nj2Qs... (flutter/engine#10638) 2019-08-05 [email protected] Document the thread test fixture. (flutter/engine#10637) 2019-08-05 [email protected] Use Fuchsia trace macros when targeting Fuchsia SDK (flutter/engine#10634) 2019-08-05 [email protected] Fix threading and re-enable resource cache shell unit-tests. (flutter/engine#10636) 2019-08-05 [email protected] [fuchsia] CloneChannelFromFD fix for system.cc (flutter/engine#10635) 2019-08-05 [email protected] Roll src/third_party/skia a800ec96f724..4df3d5340ef3 (20 commits) (flutter/engine#10632) 2019-08-05 [email protected] Roll src/third_party/dart 9bb446aae1...4bebfebdbc (7 commits). (flutter/engine#10484) 2019-08-05 [email protected] Roll fuchsia/sdk/core/linux-amd64 from qTyU_... to 3hQdw... (flutter/engine#10627) 2019-08-05 [email protected] Roll fuchsia/sdk/core/mac-amd64 from cvvjU... to yvc6m... (flutter/engine#10626) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
This PR contains the tests for flutter/engine#10186.
This is the implementation of go/decommissioning-dbc-engine. The flag was is introduced is actually already being passed by Flutter tools for every debug-mode launch, but ignored in the Engine.
The tests are in the Flutter Framework PR flutter/flutter#37043.
I'm working on the Wiki page mentioned in the warning message and will update that message shortly.