kodev: add dlopen traces to android logcat

This commit is contained in:
Benoit Pierre
2023-07-10 19:47:45 +02:00
committed by Frans de Jonge
parent 4194244951
commit 7e98241b7e

2
kodev
View File

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