|
@@ -114,8 +114,6 @@ static int audio_capture_start(audio_capture_t *audio_cap)
|
|
|
int nId = capture_get_audio_device_id(true, cap->config.strAudioIn);
|
|
|
if (nId == -1)
|
|
|
{
|
|
|
- //需要立即处理的告警使用Severity_High
|
|
|
- //LogWarn(Severity_High,Error_DevMedia,ERROR_MOD_MEDIACONTROLLER_HANDFREEIN_INITFAIL,"handfree in device config error,please check");
|
|
|
return Error_AudioIN;
|
|
|
}
|
|
|
int in_dev_id = translate_id(TRUE, nId);
|
|
@@ -499,7 +497,6 @@ namespace CameraConfigManage {
|
|
|
if (rslt == Error_AudioIN)
|
|
|
{
|
|
|
Dbg("start audio In object failed! rc:%d", rc);
|
|
|
- //LogWarn(Severity_High,Error_NotInit,ERROR_MOD_MEDIACONTROLLER_HANDFREE_OPENFAIL,"open audio device fail,please check device");
|
|
|
}
|
|
|
return rslt;
|
|
|
}
|