Does someone know if it is possible to dump all writes of a process does in the fileystem in android? Or at least the path where the process writes?
I would like to monitor my application. I see the dalvik machine use netlink class to comunicate with kernel, should I edit that or something else?