From bc0245268d70508e450ad411a4535a4527816691 Mon Sep 17 00:00:00 2001 From: w_angrong Date: Tue, 13 Oct 2020 23:20:14 +0800 Subject: [PATCH] delete useless log --- src/anbox/audio/alsa_helper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/anbox/audio/alsa_helper.cpp b/src/anbox/audio/alsa_helper.cpp index e0d2646..376d5ac 100644 --- a/src/anbox/audio/alsa_helper.cpp +++ b/src/anbox/audio/alsa_helper.cpp @@ -170,7 +170,6 @@ size_t AlsaHelper::pcm_read(char *readBuf, size_t length) count -= r; readBuf += r * bits_per_frame / BYTE2BITS; } - ERROR("after has read data r = %d count = %d", r, count); } return length; } -- Gitee