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

Commit 7544e779 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Wait for camera extensions service during initialization" into sc-qpr1-dev am: 2f68a663

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15838336

Change-Id: I3470b2d3fbb888a81217c69ba8a2476281f233ec
parents 5de608b7 2f68a663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,12 +263,12 @@ public final class CameraExtensionCharacteristics {
                    @Override
                    public void onServiceConnected(ComponentName component, IBinder binder) {
                        mProxy = ICameraExtensionsProxyService.Stub.asInterface(binder);
                        mInitFuture.setStatus(true);
                        try {
                            mSupportsAdvancedExtensions = mProxy.advancedExtensionsSupported();
                        } catch (RemoteException e) {
                            Log.e(TAG, "Remote IPC failed!");
                        }
                        mInitFuture.setStatus(true);
                    }
                };
                ctx.bindService(intent, Context.BIND_AUTO_CREATE | Context.BIND_IMPORTANT |