Skip to content

Conversation

@kenzieschmoll
Copy link
Member

Example: _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback

The important information here would be _WidgetsFlutterBinding._handlePersistentFrameCallback, which is now what we will show in the profiler UI.

Original issue filed here: dart-lang/sdk#36999. Handling the name processing locally.

Copy link
Contributor

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

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

lgtm

I think we'll have the same issue in the debugger UI w/ stack frames. Can you open an issue for that, and reference this PR for context?

}

/// Whether a given code unit is a letter (A-Z or a-z).
bool isLetter(int codeUnit) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure if there's anything we can leverage in Dart or the core libraries here? cc @scheglov

@kenzieschmoll
Copy link
Member Author

Done ☝️

@kenzieschmoll kenzieschmoll merged commit 89ecf43 into flutter:master Jun 4, 2019
@kenzieschmoll kenzieschmoll deleted the stackFrameNames branch June 4, 2019 18:26
@scheglov
Copy link
Contributor

scheglov commented Jun 4, 2019

There are isLetter in analyzer and front_end, but nothing public that I know of.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants