[android-security-discuss] Re: Cannot find the socket() and connection() system call when stracing the Kernel of Android OS

2011-08-19 Thread Chris Stratton
On Friday, August 19, 2011 1:17:52 PM UTC-4, michael wrote:Hi, all, I did a lot of search about this, and still no clue about why I cannot find the system calls socket() and connect() in the log of strace of Android applications, like Dropbox trace below: Well, first, use the adb shell to

Re: [android-security-discuss] Re: Cannot find the socket() and connection() system call when stracing the Kernel of Android OS

2011-08-19 Thread Brian Carlstrom
I think you are just tracing one thread? I assume you are using strace -p pid? I'd use adb shell ps -t and use the pid of other threads to see their behavior. -bri On Fri, Aug 19, 2011 at 8:26 PM, Lorenzo lorenzobgo...@gmail.com wrote: Hello, I am having the same problem as Michael above.