[Soot-list] instrumentation query?

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Thu Jun 10 07:29:56 EDT 2010


Hi Dinesh.

> Now the problem is:when I try to run that instrumented class file it is
> getting executed properly rather i would say all the statements are getting
> executed except the "function calls"(probes) I inserted.The statement is
> exectuted but the execution is not going inside the function call???

Are you sure that your classpath is correct and that you are indeed
executing the instrumented class files? Do your instrumentation calls
show up when you disassemble the class files with the "javap" command?

Eric


More information about the Soot-list mailing list