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

[fuchsia] Switch FML_DLOGs -> FML_LOGs.#32760

Merged
fluttergithubbot merged 1 commit intoflutter:mainfrom
akbiggs:dlogs12
Apr 19, 2022
Merged

[fuchsia] Switch FML_DLOGs -> FML_LOGs.#32760
fluttergithubbot merged 1 commit intoflutter:mainfrom
akbiggs:dlogs12

Conversation

@akbiggs
Copy link
Contributor

@akbiggs akbiggs commented Apr 18, 2022

FML_DLOG only works on unoptimized builds (fxb/93877)
but our Flutter runner is never built in
unoptimized mode, so we miss out on a lot of error logs as a result. This
change allows developers to see those log messages without risk of
introducing performance regressions to dev builds of our Flutter runner
(and also I need that unoptimized build for ASAN).

FML_DLOG only works on unoptimized builds
but our Flutter runner is never built in
unoptimized mode, so we miss out on a lot of error logs as a result. This
change allows developers to see those log messages without introducing
performance regressions to dev builds of
our Flutter runner.
@akbiggs
Copy link
Contributor Author

akbiggs commented Apr 18, 2022

Thanks David, removed the spammy ones.

@akbiggs akbiggs added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 19, 2022
@fluttergithubbot fluttergithubbot merged commit 3871d6d into flutter:main Apr 19, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 19, 2022
justinmc pushed a commit to justinmc/engine that referenced this pull request Apr 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants