Same issue as in: Excessive Logging After Flutter SDK Update: exportSyncFdForQSRILocked and sendCancelIfRunning Messages
There is ticket for this here: https://github.com/flutter/flutter/issues/160442
But in the meanwhile a temporary solution would be to add --no-enable-impeller
to your run command.
Ex: flutter run --no-enable-impeller
Hope that helps.