kodev: add `dlopen` traces to android logcat

reviewable/pr10673/r1
Benoit Pierre 10 months ago committed by Frans de Jonge
parent 4194244951
commit 7e98241b7e

@ -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."
;;
*)

Loading…
Cancel
Save