Merge "visualizer:Handle pcmopen error for WFD+visualizer"

This commit is contained in:
qctecmdr 2019-05-10 20:10:56 -07:00 committed by Gerrit - the friendly Code Review server
commit 2d88d216fb
1 changed files with 1 additions and 0 deletions

View File

@ -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__);