Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've been searching for trying to find an answer to this question. I have already installed valgrind on android phone as below step.

==================================================================

The valgrind is already in the ICS 4.0.3

The steps to enable the valgrind when building the ICS.

Step 1: Modify the file ./build/target/product/core.mk as following.

sensorservice + valgrind

wpa_supplicant.conf

Step 2:

build the ICS.

from [https://wiki.linaro.org/Platform/Android/UseValgrindOnAndroid]

==================================================================

Is this right one??

Anyway.. I'm also searching my question in here & find this answer.

==================================================================

You can try to clear the logcat first

prompt# adb logcat -c prompt# adb logcat You should be able to see the logs coming in once you triggered your application.

am start -a android.intent.action.MAIN -n com.example.hellojni/.HelloJni I had problems with my shell script and i used this instead.

adb shell setprop wrap.com.example.hellojni "logwrapper /data/local/Inst/bin/valgrind"

==================================================================

But, my android phone does not work.. at first step. 'prompt# adb logcat -c' make a 'waiting a target..' very very long long time...

How do I start an Android app with valgrind?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.