-
Notifications
You must be signed in to change notification settings - Fork 28.9k
support endless recorder for timeline #47419
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
support endless recorder for timeline #47419
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Is this flag in the engine yet? I'll mark this as "work in progress", but feel free to unmark and add reviewers when it is ready. Thanks! |
Yes, this flag is already in the engine, it works now. how can I unmark "work in progress" . The flag initialization process is as follows: -> FutterActivityDelegate.java
|
@yjbanov I'm assuming that we'll need to update our devicelab tests to set this new flag where necessary? Specifically relating to this bit of the engine change: |
I'd say very likely. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@googlebot I fixed it |
b5003bb
to
849ee8b
Compare
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
relations to #47771 |
yes. This PR just exposes one more parameter, no matter the engine modifies the startup logic |
What is the status of this PR, are we waiting for an engine roll? |
@zanderso do you think this is safe to merge? |
Yes. The flag is off by default, so I suspect no device lab tests need to be updated as part of this PR. |
Timeline use TimelineEventRingRecorder by default.
If we set trace-systrace, using TimelineEventSystraceRecorder.
If set endless-trace-buffer, we need support using TimelineEventEndlessRecorder.
in file third_party/dart/runtime/vm/timeline.cc