From 214529fee2985be086b16dde0e943a071f88b2db Mon Sep 17 00:00:00 2001 From: cyyanl Date: Fri, 14 Feb 2025 06:33:54 +0000 Subject: [PATCH] =?UTF-8?q?audio=E6=89=93=E5=BC=80debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cyyanl --- framework/model/audio/common/include/audio_driver_log.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/model/audio/common/include/audio_driver_log.h b/framework/model/audio/common/include/audio_driver_log.h index 6e3c4db2f..c469aa8a3 100644 --- a/framework/model/audio/common/include/audio_driver_log.h +++ b/framework/model/audio/common/include/audio_driver_log.h @@ -17,9 +17,9 @@ extern "C" { #endif /* __cplusplus */ // 1 is on; 0 is off -#define AUDIO_ADM_DEBUG_ON 0 -#define AUDIO_DRIVER_DEBUG_ON 0 -#define AUDIO_DEVICE_DEBUG_ON 0 +#define AUDIO_ADM_DEBUG_ON 1 +#define AUDIO_DRIVER_DEBUG_ON 1 +#define AUDIO_DEVICE_DEBUG_ON 1 // audio ADM log define #ifdef __LITEOS__ -- Gitee