• 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
..
automated_tests Loading commit data...
benchmarks Loading commit data...
bots Loading commit data...
ci Loading commit data...
devicelab Loading commit data...
docs Loading commit data...
integration_tests Loading commit data...
manual_tests Loading commit data...
missing_dependency_tests Loading commit data...
tools Loading commit data...
README.md Loading commit data...