diff --git a/kodev b/kodev index 44643d136..1476a1faf 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 KOReader:V luajit-launcher:V AndroidRuntime:E "*:S" + adb logcat KOReader:V luajit-launcher:V "*:E" } || echo "Failed to find adb in PATH to interact with Android device." ;; *)