Advertisement
Guest User

Untitled

a guest
Dec 18th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. sh-3.2# cat /system/vendor/etc/init/[email protected]
  2. service vendor.hwcomposer-2-1 /vendor/bin/hw/[email protected]
  3. class hal animation
  4. user system
  5. group graphics drmrpc
  6. capabilities SYS_NICE
  7. writepid /dev/cpuset/system-background/tasks
  8.  
  9. # Restart HWC when SurfaceFlinger stops. This turns off the display and prpares
  10. # a new HWC instance for when SurfaceFlinger gets started again
  11. on property:init.svc.surfaceflinger=stopped
  12. restart vendor.hwcomposer-2-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement