Skip to content
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

Show more symbols on profiling builds #104

Conversation

pwasowski2
Copy link

This change turns on more symbols in profiling view of DevTools and thus partially solves #95.

@swift-kim
Copy link
Member

image

The artifact sizes are unacceptably large. Embedders shouldn't have dependencies on the dart runtime.

@bbrto21
Copy link

bbrto21 commented Jun 8, 2021

@swift-kim Could you add -v option on Azure Pipelines?

@pwasowski2 pwasowski2 requested a review from bbrto21 June 9, 2021 10:52
Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

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

LGTM

@swift-kim swift-kim merged commit 1c0b087 into flutter-tizen:flutter-2.0.1-tizen Jun 14, 2021
swift-kim pushed a commit that referenced this pull request Jun 14, 2021
* Show more symbols on profiling builds

* Remove libdart dependency

* Add libdart dependency for builds with enabled profiling

* Fix shell/platform/tizen/BUILD.gn formatting

* Remove dependency on libdart

* Remove unnecessary import
swift-kim added a commit that referenced this pull request Jun 16, 2021
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
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.

Symbol resolution fails for system libraries in DevTools stack traces in Performance tab
3 participants