• 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
..
test Loading commit data...
README.md Loading commit data...
VERSION_LINUX_NDK Loading commit data...
VERSION_LINUX_SDK Loading commit data...
VERSION_MACOSX_NDK Loading commit data...
VERSION_MACOSX_SDK Loading commit data...
VERSION_WIN_SDK Loading commit data...
analyze-sample-code.dart Loading commit data...
cirrus_setup.sh Loading commit data...
deploy_gallery.sh Loading commit data...
docs.sh Loading commit data...
download_android_tools.py Loading commit data...
find_depot_tools.py Loading commit data...
prepare_package.dart Loading commit data...
pubspec.yaml Loading commit data...
test.dart Loading commit data...
upload_android_tools.py Loading commit data...