From 32bbf17003d2366475274a2e72dd6c5e8096e245 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 26 Jan 2019 19:49:43 +0100 Subject: [PATCH] [Android] Update logcat command for kodev run android (#4516) This filters out useless messages using the "intended" way (without grep). --- kodev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kodev b/kodev index ea574818b..44643d136 100755 --- a/kodev +++ b/kodev @@ -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." ;; *)