From 7e98241b7ee28c93ed55dc6c0f7f0dae4fef8976 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 10 Jul 2023 19:47:45 +0200 Subject: [PATCH] kodev: add `dlopen` traces to android logcat --- kodev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kodev b/kodev index e324569dc..b2deddf2c 100755 --- a/kodev +++ b/kodev @@ -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." ;; *)