We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adb logcat
1 parent 821c36d commit f61e24cCopy full SHA for f61e24c
.github/workflows/android_test.sh
@@ -10,7 +10,7 @@ adb uninstall rust.example.hello_world || true
10
11
if [ -z "$1" ];
12
then
13
- cargo apk run -p ndk-examples --target x86_64-linux-android --example hello_world
+ cargo apk run -p ndk-examples --target x86_64-linux-android --example hello_world --no-logcat
14
else
15
adb install -r "$1/hello_world.apk"
16
adb shell am start -a android.intent.action.MAIN -n "rust.example.hello_world/android.app.NativeActivity"
0 commit comments