Re: [android-kernel] Re: "Binder Thread #" in task->comm!!

2012-11-07 Thread rahil malhotra
You can also achieve this by doing the following:- Where ever you want to get the process name, just print thread->proc->tsk->comm Herr thread is the binder_thread structure associated with the current running thread. Regards, Rahil On Nov 7, 2012 9:43 PM, "andria" wrote: > > > Le mardi 6 novembr

[android-kernel] Re: RFC: a new binder driver implementation

2012-07-25 Thread rahil malhotra
Dear Rong, I have gone through your implementation of the binder driver and your approach is very neat. However, I am curious to know why you chose to do a completely new implementation? Why didnt you replace the binder_lock in the old implementation itself? You mentioned that it is impossible