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

Commit dff01e6e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "APM: Fix log message level" into main am: 93e49122

parents d0d3cc9f 93e49122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8018,7 +8018,7 @@ status_t AudioPolicyManager::checkAndSetVolume(IVolumeCurves &curves,
    if (deviceTypes.empty()) {
        deviceTypes = outputDesc->devices().types();
        index = curves.getVolumeIndex(deviceTypes);
        ALOGD("%s if deviceTypes is change from none to device %s, need get index %d",
        ALOGV("%s if deviceTypes is change from none to device %s, need get index %d",
                __func__, dumpDeviceTypes(deviceTypes).c_str(), index);
    }