Merge "SchedulingPolicyService: Fix UID for cameraserver" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e9bfc4e20b
@@ -66,7 +66,7 @@ public class SchedulingPolicyService extends ISchedulingPolicyService.Stub {
|
||||
final int callingUid = Binder.getCallingUid();
|
||||
switch (callingUid) {
|
||||
case Process.AUDIOSERVER_UID: // fastcapture, fastmixer
|
||||
case Process.MEDIA_UID: // camera
|
||||
case Process.CAMERASERVER_UID: // camera high frame rate recording
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user