You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to dwds to suppress emitting debug events (#1467)
* Add an option to dwds to suppress emitting debug events
Flutter sends a stream of debug events to dwds for profiling information
that can slow down debugging for apps that refresh frames frequently.
Add an option to disable debug events as a workaround until we can improve
performance of communication between the injected client and dwds.
Workaround for: #1466
* Address CR comments
0 commit comments