• Ian Hickson's avatar
    Simplify logging code in flutter_driver (#45945) · 97495d89
    Ian Hickson authored
    * Simplify logging code in flutter_driver
    
    It appears nobody is benefitting from this logic, so we may as well not pay the cost.
    
    * Make all of the driver interface public.
    
    This is the second attempt at this; it should be better than before because the Logger interface, which conflicted in various places, no longer exists.
    
    See #45733 for original attempt.
    
    This reverts commit 0ce9206e (PR #45924).
    97495d89
driver_extension.dart 983 Bytes