Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Jun 19, 2019

Addresses engine part of flutter/flutter#34731

This will allow people (particularly add-to-app) to specify the observatory port as arguments to the app.

public static final String ARG_KEY_VERBOSE_LOGGING = "verbose-logging";
public static final String ARG_VERBOSE_LOGGING = "--verbose-logging";
public static final String ARG_KEY_OBSERVATORY_PORT = "observatory-port";
public static final String ARG_OBSERVATORY_PORT = "--observatory-port=";
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this "=" be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It either has to be here or in the concatenation below. I don't have a strong preference - this is the only arg like this right now in here.

@dnfield dnfield merged commit 7c4f6a6 into flutter:master Jun 19, 2019
@dnfield dnfield deleted the android_observatory_args branch June 19, 2019 20:13
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 19, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jun 20, 2019
…34745)

flutter/engine@54f88ab...7c4f6a6

git log 54f88ab..7c4f6a6 --no-merges --oneline
7c4f6a6 Wire intent args for observatory port (flutter/engine#9378)

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 (amirha@google.com), and stop
the roller if necessary.
johnsonmh pushed a commit to johnsonmh/flutter that referenced this pull request Jul 30, 2019
…lutter#34745)

flutter/engine@54f88ab...7c4f6a6

git log 54f88ab..7c4f6a6 --no-merges --oneline
7c4f6a6 Wire intent args for observatory port (flutter/engine#9378)

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 (amirha@google.com), and stop
the roller if necessary.
nitrohsu added a commit to nitrohsu/engine that referenced this pull request Feb 21, 2021
`disable-service-auth-codes` set repeatedly.
line 289 vs 326 when flutter#9378
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants