• Danny Tuppeny's avatar
    Start logger in startProgress to avoid assertion failure (#20814) · dc5a5c18
    Danny Tuppeny authored
    * Start logger in startProgress to avoid assertion failure
    
    There are lots of places that create a Status() and all but two of them call ..start() immediately. This is one of the places that doesn't, which causes an assertion failure when running with --enable-asserts and the other is in the same file (I suspect it's also incorrect, but possibly it's never used - I'll look at that separately when I can trace some code that calls it).
    
    Fixes #20812.
    
    * Enable asserts for tools tests
    
    * Fix lint
    
    * Rename enableAsserts -> enableFlutterToolAsserts
    
    To make it clearer that it only enables asserts for flutter_tools when set.
    dc5a5c18
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...