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

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

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

Merge "Revert "Refine documentation for Process.setThreadPriority"" am: fe6160ab am: 1cb565ec am: 017adb40 am: 765dbc6b

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

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