On Thu, Jan 7, 2010 at 6:23 PM, perumal316 <[email protected]> wrote: > > I am writing a kernel module which prints out a message each time a > system call is being made. I want to show these messages to user.
No, you really don't want to do ever do that. Remember, the user made the system call in the first place, why would you want to just tell the user what they know they just did. So again, you can not do this for a good reason. thanks, greg k-h
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
