Hi:
      As we know, the normal usage of Valgrind is: valgrind -options
"program_run_command" . Could it extended to use the PID as the args input?
For example, valgrind -pid "pidnumber". I only saw such in vgdb.
      And what's more, anyone once use valgrind in arm phone?  To detect
the issues on the running application on arm phone, suppose we have a
package
name com.a.pack, in command mode, for example, we can only start the
applications by "am start -n com.a.pack/.lauch". Then using valgrind, the
usage should be
"valgrind am start -n com.a.pack/.lauch"? I tried so, while the command
completed soon, but not as I wanted: finished as all the application itself
ends. Seems it only
detect what happened on "am.." but not the application.  I also added the
command --trace-children, the same happened.
      So anyone once use it in arm_phone and know the solution?
      Thanks very much!
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to