Merge "Add more logs for checking wakeup process" into tizen
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 12 Aug 2019 11:55:43 +0000 (11:55 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 12 Aug 2019 11:55:43 +0000 (11:55 +0000)
1  2 
plugins/wakeup-manager/src/wakeup_manager.cpp
src/multi_assistant_service_plugin.c

@@@ -403,8 -401,9 +403,9 @@@ bool CWakeupManager::process_event(ma_p
                        event_info.wakeup_end_time = get_current_milliseconds_after_epoch();
                        event_info.wakeup_engine = WAKEUP_ENGINE_VOICE_KEY;
  
 -                      static string appid = mWakeupSettings.get_default_assistant_appid();
 +                      string appid = mWakeupSettings.get_default_assistant_appid();
                        event_info.wakeup_appid = appid.c_str();
+                       MWR_LOGD("wakeup_appid : %s", event_info.wakeup_appid);
  
                        set_last_wakeup_event_info(event_info);
                        for (const auto& observer : mObservers) {
Simple merge