adb shell ls -l /dev/cpuset
adb shell cat /dev/cpuset/system-background/cpus
adb shell cat /dev/cpuset/system-background/tasks
adb shell ‘echo `pidof surfaceflinger` > /dev/cpuset/foreground/tasks‘
adb shell ‘cat /proc/`pidof surfaceflinger`/cpuset‘
原文:https://www.cnblogs.com/forrest-lin/p/14608744.html