Skip to content

Conversation

@jonahwilliams
Copy link
Contributor

@jonahwilliams jonahwilliams commented Apr 19, 2021

Work towards #80735

@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Apr 19, 2021
@google-cla google-cla bot added the cla: yes label Apr 19, 2021
/// In release mode, this always return `-1`.
int get debugFrameNumber {
if (!kReleaseMode) {
return _debugFrameNumber;
Copy link
Member

Choose a reason for hiding this comment

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

since _debugFrameNumber is only incremented in debug mode, should we return -1 for profile mode too?

@kenzieschmoll
Copy link
Member

high level: I'm not seeing where the frameKey is added as a metadata arg to the root UI timeline event?

@jonahwilliams
Copy link
Contributor Author

That's because this is not done yet 😄

@jonahwilliams
Copy link
Contributor Author

we're handling this differently in the engine. Will create a new PR with framework changes

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

Labels

framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants