diff --git a/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml b/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml index 1a2734dab8..03c52cb394 100644 --- a/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml +++ b/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ found in the LICENSE file. --> additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> build/app/outputs/bundle/release/run_logcat.log +$adb_path logcat -d -t "$script_start_time" > build/app/outputs/bundle/release/run_logcat.log echo "" if cat build/app/outputs/bundle/release/run_logcat.log | grep -q "Running deferred code"; then echo "All tests passed." exit 0 fi +cat build/app/outputs/bundle/release/run_logcat.log echo "Failure: Deferred component did not load." exit 1