From: wn.jang Date: Wed, 1 Apr 2020 06:06:10 +0000 (+0900) Subject: Add log to analyze easily X-Git-Tag: submit/tizen/20200407.072912~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5d4a6b38467c29c6c768258454f6c984512f960;p=platform%2Fcore%2Fuifw%2Fvoice-control.git Add log to analyze easily Change-Id: Icf91294f6dbd992d63a0b26c118d3965dff4e6d2 --- diff --git a/client/vc_mgr.c b/client/vc_mgr.c index 84c69b8..40e5d15 100755 --- a/client/vc_mgr.c +++ b/client/vc_mgr.c @@ -4431,7 +4431,7 @@ static float __get_volume_decibel(char* data, int size) int vc_mgr_send_audio_streaming(vc_audio_streaming_event_e event, char* buffer, unsigned int len) { - SLOG(LOG_INFO, TAG_VCM, "[Manager] Send audio streaming to the engine service"); + SLOG(LOG_INFO, TAG_VCM, "[Manager] Send audio streaming to the engine service, event(%d)", event); if (0 != __vc_mgr_get_feature_enabled()) { SLOG(LOG_DEBUG, TAG_VCM, "@@@ [Manager] not supported"); @@ -4493,7 +4493,7 @@ int vc_mgr_send_audio_streaming(vc_audio_streaming_event_e event, char* buffer, int vc_mgr_set_audio_streaming_mode(vc_audio_streaming_mode_e mode) { - SLOG(LOG_INFO, TAG_VCM, "[Manager] Set multi assistant mode"); + SLOG(LOG_INFO, TAG_VCM, "[Manager] Set multi assistant mode, mode(%d)", mode); if (0 != __vc_mgr_get_feature_enabled()) { SLOG(LOG_DEBUG, TAG_VCM, "@@@ [Manager] not supported");