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

Commit 8a551bb4 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10527654 from b1aaf9a7 to udc-qpr1-release

Change-Id: I3ba4fe627f61719f3bb96824a263808060cd4d34
parents 95bec9b5 b1aaf9a7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2040,6 +2040,9 @@ Status CameraService::connectHelper(const sp<CALLBACK>& cameraCb, const String8&
        if (err != OK) {
            ALOGE("%s: Could not initialize client from HAL.", __FUNCTION__);
            // Errors could be from the HAL module open call or from AppOpsManager
            mServiceLock.unlock();
            client->disconnect();
            mServiceLock.lock();
            switch(err) {
                case BAD_VALUE:
                    return STATUS_ERROR_FMT(ERROR_ILLEGAL_ARGUMENT,