Fix process name for sw codec process

bug: 130669553
Change-Id: Iae78096ada099ddaa1e4ebb847af3f003e2f1dc5
This commit is contained in:
Chong Zhang
2019-04-16 17:10:18 -07:00
parent 618940c95f
commit e10ba34b9a

View File

@@ -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