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

Commit 0621c043 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

APM: Fix log message level

Demote spammy log message to "verbose" level. Follow up
for aosp/2658258.

Bug: 345130598
Test: check logcat
Change-Id: I117ea92219a284d25f5b94e6c2cbd6d51eac6fac
parent 71809ba8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7919,7 +7919,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);
    }