Files
frameworks_base/core/java/android
Dianne Hackborn 06de2ea752 Activity Manager changes the scheduling group of processes.
The algorithm for this is currently very simple: all persistent processes are
always in the normal scheduling group, all other processes are normal if their
oom_adj is as good or better than VISIBLE, otherwise they are in the background
group.

Note that this currently results in a fair number of log messages about not
being able to change the group, since the system process does not have
permission to do so.  Once a kernel fix is in, these will go away and the code
will start working.
2009-05-26 18:50:46 -07:00
..
2009-05-13 17:51:37 -07:00
2009-05-22 19:40:33 -07:00
2009-05-26 14:20:35 -07:00