commit | 09c916bccbf236ccd0a2c80941e28cc55006e02a | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Tue Dec 08 14:50:51 2009 -0800 |
committer | Dianne Hackborn <hackbod@google.com> | Tue Dec 08 16:33:59 2009 -0800 |
tree | e745cc4daced8b3ede7c84b0134481c092d79a6b | |
parent | ea4823c1c7fdee093789850d0f76a3df22ca58d2 [diff] |
Add bindService API to not bring ot foreground. Add a new flag for bindService that tells the system to not bring the target service's process in to the foreground scheduling class. This is used by the sync system to not cause the current sync adapter to come to the foreground as it is running. Also some small improvements to the debug output of the process list of oom adj and scheduling info.