Hi DK, I said Android "DOES NOT" has its own scheduler, it relies on the Linux kernel to do process scheduling. I am not sure why you want to add a process before user starts the process. But, if you just want to execute a process before other user's application, you may modify the init.rc or init.MACHINE_NAME.rc to achieve it.
regards, Gaggery 2012/4/24 DK <[email protected]>: > Thanks Gaggery, > > U mean Android has its own scheduler? Do you know how to add a process > to the CFS scheduler(rbtree). I mean if a user starts a process it > will be automatically added, but want to add it before the user starts > the process. > > Regards, > Kanishka > On Apr 23, 8:07 pm, Tsai Gaggery <[email protected]> wrote: >> I thinkandroidhas no its ownscheduler. It relies on Linux kernel to >> do the process scheduling. Currently, the default Linuxscheduleris >> CFS. >> >> 2012/4/23 DK <[email protected]>: >> >> >Androidscheduleris using the Completely Fair Scheduling(CFS) right? >> > I would like to know how to add a process (application) to the rbtree >> > (the runqueue)? I would like to know how this can be done, before the >> > user starting that process. >> >> > -- >> > unsubscribe:[email protected] >> > website:http://groups.google.com/group/android-kernel >> >> -- >> Regards, >> Gaggery > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel -- Regards, Gaggery -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
