我一直在寻找试图找到这个问题的答案。我已经按照以下步骤在 android 手机上安装了 valgrind。
==================================================== =================
valgrind 已经在 ICS 4.0.3 中
构建 ICS 时启用 valgrind 的步骤。
步骤 1:修改文件 ./build/target/product/core.mk 如下。
传感器服务 + valgrind
wpa_supplicant.conf
第2步:
建立 ICS。
来自 [https://wiki.linaro.org/Platform/Android/UseValgrindOnAndroid]
==================================================== =================
这个对吗??
无论如何..我也在在这里搜索我的问题并找到这个答案。
==================================================== =================
可以先尝试清除logcat
prompt# adb logcat -c prompt# adb logcat 触发应用程序后,您应该能够看到进入的日志。
我开始 -a android.intent.action.MAIN -n com.example.hellojni/.HelloJni 我的 shell 脚本有问题,我改用它。
adb shell setprop wrap.com.example.hellojni “logwrapper /data/local/Inst/bin/valgrind”
==================================================== =================
但是,我的 android 手机不工作.. 第一步。'prompt# adb logcat -c' 做一个 'waiting a target..' 很长很长时间...
如何使用 valgrind 启动 Android 应用程序?