'Filter by tag' is disabled even if user tags are printed.
Open
P2
screen: cpu profiler
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Steps:
1. Get DevTools at https://github.com/flutter/devtools/pull/8138
2. set DebugTimer.snapshot to DebugTimer()
3. Run DevTools in debug mode on mac:
flutter run --debug -d macos
4. Connect to an app (counter?) on macos
5. In CLI console find link for the connected DevTools, open it and:
* Select the tab CPU Profile
* Click ‘Start recording’
6. In first DevTools take memory snapshot
7. See in console that user tag is started
8. In second DevTools click ‘Stop’
9. Find ‘Filter by tag: none’ is disabled
Contributor guide
Assessment
This issue has not been assessed yet.