summaryrefslogtreecommitdiff
path: root/test/MultiDex
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-10-07 12:51:26 +0100
committerNarayan Kamath <narayan@google.com>2014-11-06 12:14:18 +0000
commit1bd326a5e2aaff06a5bcae9cb2c42a4e8de31401 (patch)
tree14348760835c367931612e1bc38f4b15ba4db787 /test/MultiDex
parent1d0611c7e6721bd9115d652da74d2584ff3f192b (diff)
Fix thread priorities for unstarted threads.
Calls to Thread.setPriority for unstarted threads now behave similar to dalvik. Note that there's still some inconsistent behaviour carried over from dalvik. - high priority threads from bg_non_interactive processes are not always moved to the SP_FOREGROUND cgroup. - we do not attempt to adjust the cgroup of a native thread that's attaching. Note that on android, the system_server will change the cgroups for all running threads in a process when it moves into the foreground and background. It's by design that threads in a background process can request to be moved to the foreground by setting a higher priority. bug: 17893086 Change-Id: I1662982b1c7b3ac509698e2e12c9768d082c8053
Diffstat (limited to 'test/MultiDex')
0 files changed, 0 insertions, 0 deletions