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

Commit eb8cb7fe authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Android (Google) Code Review
Browse files

Merge "Camera: Add analytics for feature combination query" into main

parents 811ddd14 721ded44
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -105,7 +105,8 @@ public class CameraDeviceSetupImpl extends CameraDevice.CameraDeviceSetup {

            try {
                return cameraService.isSessionConfigurationWithParametersSupported(mCameraId,
                        mTargetSdkVersion, config, mContext.getDeviceId(),
                        mTargetSdkVersion, config,
                        mContext.getDeviceId(),
                        mCameraManager.getDevicePolicyFromContext(mContext));
            } catch (ServiceSpecificException e) {
                throw ExceptionUtils.throwAsPublicException(e);