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

Log to stdout on all platforms except Android#3739

Merged
cbracken merged 2 commits into
flutter-team-archive:masterfrom
cbracken:logging
Jun 5, 2017
Merged

Log to stdout on all platforms except Android#3739
cbracken merged 2 commits into
flutter-team-archive:masterfrom
cbracken:logging

Conversation

@cbracken

@cbracken cbracken commented Jun 5, 2017

Copy link
Copy Markdown
Contributor

Fixes a Fuchsia breakage introduced in
dcfcc92.

Fixes a Fuchsia breakage introduced in
dcfcc92.
Comment thread lib/ui/dart_runtime_hooks.cc Outdated
// On iOS and in flutter_tester (on both macOS and Linux, write directly to
// stdout. On iOS, this is redirected to ASL via
#else
// On Fuchsia, iOS and in flutter_tester (on both macOS and Linux, write

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: missing close paren

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

Comment thread lib/ui/dart_runtime_hooks.cc Outdated
// On Fuchsia, iOS and in flutter_tester (on both macOS and Linux, write
// directly to stdout. On iOS, this is redirected to ASL via
// RedirectIOConnectionsToSyslog in platform_mac.mm.
// TODO(cbracken) replace with dedicated (non-stdout) logging on iOS.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: missing colon after ) in TODO

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

@Hixie

Hixie commented Jun 5, 2017

Copy link
Copy Markdown
Contributor

LGTM

@Hixie

Hixie commented Jun 5, 2017

Copy link
Copy Markdown
Contributor

is there any way to test this?

@cbracken

cbracken commented Jun 5, 2017

Copy link
Copy Markdown
Contributor Author

Will ask what our options are re: getting a Fuchsia chromebot, and what such a setup would look like.

@cbracken cbracken merged commit c3721a5 into flutter-team-archive:master Jun 5, 2017
@cbracken cbracken deleted the logging branch June 5, 2017 21:27
@cbracken

cbracken commented Jun 5, 2017

Copy link
Copy Markdown
Contributor Author

Fixes flutter/flutter#10509

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

3 participants