Android Thread.MIN_PRIORITY -
i have logic in android app set threads's priority in thread pool thread.min_priority (which has integer value 1 according http://developer.android.com/reference/java/lang/thread.html).
but when did
adb shell ps -t -p
it gave me this:
thread_4 15581 15060 628480 139992 39 19 0 0 c00d12b0 40106600 s downloader #1
where 39 should thread's priority.
i'm baffled how thread.min_priority gets translated 39?
Comments
Post a Comment