Hello, I am working on a Android project and we are collecting traces of apps (tcpdump, strace, logcat) via the emulator (v2.3.3).
However, I can't tell where the network activity (dealing with sockets and read/write to those sockets) from the strace log. Of the 10 app's I've tried, I've only found 1 that gave an instance of network syscalls in the log (socket, connect). Where are these calls being hidden? If they are in the IPC calls, then is there a process for handling the network interaction of all apps? Or is this process defined by the app (then shouldn't it be listed in the Manifest?)? I've done much searching, but I haven't found anything that talks about this problem for strace in Android. Any input is appreciated. Thanks, Lorenzo -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.
