forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not modify the set of active streams within the embedder tracing c…
…allbacks (flutter#2600) Dart invokes Start/StopTracing callbacks within the _setVMTimelineFlags service method whenever the embedder timeline stream toggles on or off. Flutter's implementation of these callbacks was modifying the set of enabled streams, which could override the intended behavior of _setVMTimelineFlags. Start/StopTracing will now only control Flutter's embedder-specific log. Also needed to change the Flutter engine's --trace-startup flag to set the corresponding timeline stream flag on the Dart VM.
- Loading branch information
1 parent
284929b
commit 48de25e
Showing
5 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters