On Sunday, August 7, 2011 3:12:21 PM UTC-4, michael wrote:
>
> I am doing a project about android security, and using the  following 
> commands to trace the system calls: 
>
> strace -e trace=network 
>

> but it gives me the errors: segmentation error. 
>

Obviously that's not the full command - what are you strace-ing?

Does it work if you do an strace without any options?

Its possible you are on a build with a broken strace, or tried to move a 
copy from a build that had it to a not-quite-compatible build that didn't?  
strace depends on the syscall numbers and hence kernel version.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/android-security-discuss/-/uZnT8JLzAaYJ.
To post to this group, send email to android-security-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
android-security-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to