summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/19/changes.html
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2017-03-02 13:39:07 -0800
committerHiroshi Yamauchi <yamauchi@google.com>2017-03-08 13:17:02 -0800
commit1e3db871e52e59c69edb1843df7f4aecb030bc6f (patch)
treee8d32e1eaf8cb73692617c3a954100ebcc5fc06a /docs/html/sdk/api_diff/19/changes.html
parente19e5677a57de03453ed61d7c36c806427a98d20 (diff)
Fix the reset of boosted zygote thread priority.
This fixes the unexpected priority 112 of the daemon threads (eg. HeapTaskDaemon). The problem was that when the zygote main thread's priority is reset, it directly calls setpriority() and fails to update the priority value in java.lang.Thread, which in turn causes any threads created by the thread to unexpectedly inherit the boosted priority. Calling java.lang.Thread.setPriority instead fixes. Bug: 35801778 Bug: 28866384 Test: angler master userdebug boots and thread priorities checked. Change-Id: I68a6ed7244a9067acc2749feca7f88422bf44b02
Diffstat (limited to 'docs/html/sdk/api_diff/19/changes.html')
0 files changed, 0 insertions, 0 deletions