Skip to content
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

Merged
merged 9 commits into from
Aug 5, 2019

Conversation

sjindel-google
Copy link
Contributor

@sjindel-google sjindel-google commented Jul 26, 2019

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.

runtime/dart_vm.cc Outdated Show resolved Hide resolved
// __not__ included in release or profile builds.
//
// Please see the following documents for explanation:
// - go/decommissioning-dbc
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

runtime/dart_vm.cc Outdated Show resolved Hide resolved
Copy link
Member

@chinmaygarde chinmaygarde left a 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.

runtime/ptrace_ios.h Show resolved Hide resolved
runtime/ptrace_ios.cc Show resolved Hide resolved
runtime/ptrace_ios.h Outdated Show resolved Hide resolved
@sjindel-google
Copy link
Contributor Author

@sjindel-google
Copy link
Contributor Author

The failing checks appear to be due to an infra issue.
I've run the command from the CI (./flutter/testing/run_tests.sh) and it passes in all the configurations with "x" above.

@sjindel-google
Copy link
Contributor Author

Rebasing to re-run Fuchsia build test.

@sjindel-google sjindel-google merged commit d6a02a3 into flutter:master Aug 5, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 6, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Aug 6, 2019
[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.
sjindel-google added a commit to flutter/flutter that referenced this pull request Aug 6, 2019
cyanglaz pushed a commit to cyanglaz/engine that referenced this pull request Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants