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

Commit 71517969 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Replace writepid with task_profiles command for cgroup migration" am: a43f14bd

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1740279

Change-Id: I64a8d0a44d85c4c3a0d79cff2e330ae2bb6dc06e
parents c10941d4 a43f14bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ service vendor.face-hal-1-0-default /vendor/bin/hw/android.hardware.biometrics.f
    class late_start
    user system
    group system
    writepid /dev/cpuset/foreground/tasks
    task_profiles ProcessCapacityHigh
    capabilities SYS_NICE
    rlimit rtprio 10 10
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.
    class late_start
    user system
    group system input uhid
    writepid /dev/cpuset/system-background/tasks
    task_profiles ServiceCapacityLow
+1 −1
Original line number Diff line number Diff line
@@ -6,4 +6,4 @@ service vendor.cas-hal-1-0 /vendor/bin/hw/android.hardware.cas@1.0-service-lazy
    user media
    group mediadrm drmrpc
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks
    task_profiles ProcessCapacityHigh
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ service vendor.cas-hal-1-0 /vendor/bin/hw/android.hardware.cas@1.0-service
    user media
    group mediadrm drmrpc
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks
    task_profiles ProcessCapacityHigh
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ service vendor.cas-hal-1-1 /vendor/bin/hw/android.hardware.cas@1.1-service-lazy
    user media
    group mediadrm drmrpc
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks
    task_profiles ProcessCapacityHigh
Loading