commit | ce09f5a53c8408d995c116a4430c000574d9875a | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Fri Oct 10 15:03:13 2014 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Fri Oct 10 15:05:33 2014 -0700 |
tree | ecb3316b88b49d5124bea50f0fef6aaaadb78f92 | |
parent | 294297df4e3f327a81d922563c518aee8ee3e51d [diff] |
Fix issue #17829949: Don't kill Bluetooth service... ...even in extreme low memory condition Bind to Bluetooth with BIND_IMPORTANT, so that it is allowed to go to a higher oom adj level. Fix some problems when this is done from a system or persistent process, where this would go to a level that is *too* high. Instead, introduce a new oom adj level for it that is right below persistent. Change-Id: I002bcc4accc36c8579c4cda161be7d2fba21ba17