[Android] Update logcat command for kodev run android (#4516)

This filters out useless messages using the "intended" way (without
grep).
This commit is contained in:
Frans de Jonge
2019-01-26 19:49:43 +01:00
committed by GitHub
parent 744316ea6f
commit 32bbf17003

2
kodev
View File

@@ -626,7 +626,7 @@ TARGET:
# there's no adb run so we do this…
adb shell monkey -p org.koreader.launcher -c android.intent.category.LAUNCHER 1
assert_ret_zero $?
adb logcat
adb logcat KOReader:V luajit-launcher:V AndroidRuntime:E "*:S"
} || echo "Failed to find adb in PATH to interact with Android device."
;;
*)