Loading services/audiopolicy/managerdefault/AudioPolicyManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -7935,7 +7935,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); } Loading Loading
services/audiopolicy/managerdefault/AudioPolicyManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -7935,7 +7935,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); } Loading