mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[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:
2
kodev
2
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."
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user