Merge "visualizer:Handle pcmopen error for WFD+visualizer"
This commit is contained in:
commit
2d88d216fb
|
@ -505,6 +505,7 @@ void *capture_thread_loop(void *arg)
|
|||
pcm_close(pcm);
|
||||
pcm = NULL;
|
||||
configure_proxy_capture(mixer, 0);
|
||||
pthread_cond_wait(&cond, &lock);
|
||||
} else {
|
||||
capture_enabled = true;
|
||||
ALOGD("%s: capture ENABLED", __func__);
|
||||
|
|
Loading…
Reference in New Issue