• Christopher Fujino's avatar
    [flutter_tools] Run ShutdownHooks when handling signals (#134590) · 3d7cd359
    Christopher Fujino authored
    Fixes https://github.com/flutter/flutter/issues/134566.
    
    Prior to this fix, `ShutdownHooks` were run in the private helper
    function `_exit()` defined in the `package:flutter_tools/runner.dart`
    library. Independent of this, the tool had signal handling logic that
    traps SIGINT and SIGTERM. However, these handlers called `exit()` from
    `dart:io`, and didn't run these hooks.
    
    This PR moves the `_exit()` private helper to
    `package:flutter_tools/src/base/process.dart` and renames it to
    `exitWithHooks()`, so that it can be called by the signal handlers in
    `package:flutter_tools/src/base/signals.dart`.
    3d7cd359
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flutter_web_plugins Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
integration_test Loading commit data...
analysis_options.yaml Loading commit data...