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

Commit 22de95f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Camera: Continue small JPEG size filtering if dynamicDepth tags fail" into sc-dev

parents 5aea7eaf 2ebb839d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2652,7 +2652,8 @@ status_t CameraProviderManager::ProviderInfo::DeviceInfo3::filterSmallJpegSizes(
    if (OK != res) {
    if (OK != res) {
        ALOGE("%s: Failed to append dynamic depth tags: %s (%d)", __FUNCTION__,
        ALOGE("%s: Failed to append dynamic depth tags: %s (%d)", __FUNCTION__,
                strerror(-res), res);
                strerror(-res), res);
        return res;
        // Allow filtering of small JPEG sizes to succeed even if dynamic depth
        // tags fail to generate.
    }
    }


    return OK;
    return OK;