Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cb565ec authored by Rick Yiu's avatar Rick Yiu Committed by Automerger Merge Worker
Browse files

Merge "Revert "Refine documentation for Process.setThreadPriority"" am: fe6160ab

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1440031

Change-Id: Ib2734db1b8a0e162088410fa7264ad8f1a5c4519
parents f7ac1ee9 fe6160ab
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -852,8 +852,7 @@ public class Process {
    /**
     * Set the priority of a thread, based on Linux priorities.
     * 
     * @param tid The identifier of the thread/process to change. It should be
     * the native thread id but not the managed id of {@link java.lang.Thread}.
     * @param tid The identifier of the thread/process to change.
     * @param priority A Linux priority level, from -20 for highest scheduling
     * priority to 19 for lowest scheduling priority.
     *