Skip to content

Commit f61e24c

Browse files
cargo-apk: Print and follow adb logcat output after starting app (#332)
Co-authored-by: Marijn Suijten <marijn@traverseresearch.nl>
1 parent 821c36d commit f61e24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ adb uninstall rust.example.hello_world || true
1010

1111
if [ -z "$1" ];
1212
then
13-
cargo apk run -p ndk-examples --target x86_64-linux-android --example hello_world
13+
cargo apk run -p ndk-examples --target x86_64-linux-android --example hello_world --no-logcat
1414
else
1515
adb install -r "$1/hello_world.apk"
1616
adb shell am start -a android.intent.action.MAIN -n "rust.example.hello_world/android.app.NativeActivity"

0 commit comments

Comments
 (0)