flutter/packages/flutter_tools/test/general.shard/android
Jonah Williams 377879825e
[flutter_tools] prevent StateError when log reader is disposed (#52173)
Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error.
2020-03-10 11:34:40 -07:00
..
adb_log_reader_test.dart [flutter_tools] prevent StateError when log reader is disposed (#52173) 2020-03-10 11:34:40 -07:00
android_device_test.dart [flutter_tools] prevent StateError when log reader is disposed (#52173) 2020-03-10 11:34:40 -07:00
android_emulator_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
android_sdk_test.dart Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021) 2020-03-06 10:22:12 -08:00
android_studio_test.dart [flutter_tools] Move homeDirPath to FileSystemUtils (#49909) 2020-02-03 14:33:03 -08:00
android_studio_validator_test.dart [flutter_tools] Handle AndroidStudio validator crash (#50282) 2020-02-06 16:03:02 -08:00
android_workflow_test.dart [flutter_tools] support new SDK structure for sdkmanager (#51980) 2020-03-05 13:59:20 -08:00
gradle_errors_test.dart use raw strings to avoid escaping (#50322) 2020-02-07 16:35:55 +01:00
gradle_test.dart Update Maven URL to https (#52042) 2020-03-05 16:00:34 -08:00
gradle_utils_test.dart enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +01:00