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

Commit 0787fc8e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12342105 from 448ec225 to 24Q4-release

Change-Id: Id4fbd2f8c6d3867c211f20ba0e086ed169b7789e
parents 9c985f61 448ec225
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -32,13 +32,6 @@ flag {
    bug: "290086710"
}

flag {
    namespace: "camera_platform"
    name: "log_ultrawide_usage"
    description: "Enable measuring how much usage there is for ultrawide-angle cameras"
    bug: "300515796"
}

flag {
    namespace: "camera_platform"
    name: "camera_manual_flash_strength_control"
+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ binder::Status CameraDeviceClient::submitRequestList(
            mRunningSessionStats.mVideoStabilizationMode = entry.data.u8[0];
        }

        if (!mRunningSessionStats.mUsedUltraWide && flags::log_ultrawide_usage()) {
        if (!mRunningSessionStats.mUsedUltraWide) {
            entry = physicalSettingsList.begin()->metadata.find(
                    ANDROID_CONTROL_ZOOM_RATIO);
            if (entry.count == 1 && entry.data.f[0] < 1.0f ) {