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

Commit 5c41cd7b authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "Fix process name for sw codec process" into qt-dev

am: cb397d70

Change-Id: I48c8aae56c3dc875626b5fe969a5b4bf334a206c
parents d429d79e cb397d70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public class SchedulingPolicyService extends ISchedulingPolicyService.Stub {
    private static final int PRIORITY_MAX = 3;

    private static final String[] MEDIA_PROCESS_NAMES = new String[] {
            "media.codec", // vendor/bin/hw/android.hardware.media.omx@1.0-service
            "media.swcodec", // /apex/com.android.media.swcodec/bin/mediaswcodec
    };
    private final IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
        @Override