-
Notifications
You must be signed in to change notification settings - Fork 361
Integrate leak_tracker. #4891
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
Merged
Merged
Integrate leak_tracker. #4891
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9e57c01
-
polina-c cc52b56
-
polina-c f131082
Update leak_analyzer_test.dart
polina-c fec4a09
Merge branch 'leaks-reorg-1' into leaks-2
polina-c 77cb822
-
polina-c bd86c44
Merge branch 'leaks-reorg-1' into leaks-2
polina-c 6922842
-
polina-c f11ff90
-
polina-c 90ddb7e
-
polina-c 7d731cf
-
polina-c aca149e
Update controller.dart
polina-c 3127a77
Update controller.dart
polina-c 0101caf
Update controller.dart
polina-c 190d3af
-
polina-c 3cece55
Update controller.dart
polina-c fdcd7f7
-
polina-c 160c646
-
polina-c e0a7c50
Merge branch 'master' of github.com:flutter/devtools into leaks-2
polina-c 99db8f4
-
polina-c db2c2dd
Update controller.dart
polina-c d3be583
-
polina-c 13ca364
Merge branch 'master' of github.com:flutter/devtools into leaks-2
polina-c 9912fd5
Merge branch 'master' of github.com:flutter/devtools into leaks-2
polina-c 80f3afc
Update pubspec.yaml
polina-c b55ab75
Update pubspec.yaml
polina-c 4afa44b
Update pubspec.yaml
polina-c 2923a62
Update controller.dart
polina-c 9b304d8
-
polina-c 2ffdcb6
Merge branch 'master' of github.com:flutter/devtools into leaks-2
polina-c 53ab0d5
Merge branch 'master' of github.com:flutter/devtools into leaks-2
polina-c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
2 changes: 0 additions & 2 deletions
2
packages/devtools_app/lib/src/screens/memory/panes/leaks/instrumentation/README.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: maybe change this to use a switch statement instead?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do this as patterns get released. For now there is no type promotion for 'runtimeType':
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good point. Waiting for patterns SGTM.