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

This filters out useless messages using the "intended" way (without
grep).
pull/4524/head
Frans de Jonge 5 years ago committed by GitHub
parent 744316ea6f
commit 32bbf17003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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."
;;
*)

Loading…
Cancel
Save