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

Commit 44c44a11 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Camera: Enable request processor during 'onCaptureSessionStart'" into udc-qpr-dev

parents c7e33e5a 87ab442b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -673,8 +673,8 @@ public final class CameraAdvancedExtensionSessionImpl extends CameraExtensionSes
                    synchronized (mInterfaceLock) {
                    synchronized (mInterfaceLock) {
                        try {
                        try {
                            if (mSessionProcessor != null) {
                            if (mSessionProcessor != null) {
                                mSessionProcessor.onCaptureSessionStart(mRequestProcessor);
                                mInitialized = true;
                                mInitialized = true;
                                mSessionProcessor.onCaptureSessionStart(mRequestProcessor);
                            } else {
                            } else {
                                Log.v(TAG, "Failed to start capture session, session " +
                                Log.v(TAG, "Failed to start capture session, session " +
                                                " released before extension start!");
                                                " released before extension start!");