Add more log messages to the ERROR level group
[platform/core/uifw/multi-assistant-service.git] / plugins / wakeup-manager / src / wakeup_manager.cpp
index 6ed89fd..c38667a 100644 (file)
@@ -103,7 +103,7 @@ void CWakeupManager::initialize_wakeup_policy()
 
 bool CWakeupManager::initialize()
 {
-       MWR_LOGI("[ENTER]");
+       MWR_LOGE("[ENTER]");
 
        mPolicyEventObserver.set_wakeup_manager(this);
        mEngineEventObserver.set_wakeup_manager(this);
@@ -138,7 +138,7 @@ bool CWakeupManager::initialize()
 
 bool CWakeupManager::deinitialize()
 {
-       MWR_LOGI("[ENTER]");
+       MWR_LOGE("[ENTER]");
 
        stop_streaming_duration_timer();
 
@@ -155,7 +155,7 @@ bool CWakeupManager::deinitialize()
        mWakeupSettings.deinitialize();
        mAssistantLanguageInfo.clear();
 
-       MWR_LOGI("[END]");
+       MWR_LOGE("[END]");
        return true;
 }
 
@@ -310,7 +310,7 @@ bool CWakeupManager::set_assistant_enabled(string appid, bool enabled)
 
 bool CWakeupManager::set_default_assistant(string appid)
 {
-       MWR_LOGI("[ENTER]");
+       MWR_LOGE("[ENTER] %s", appid.c_str());
 
        /* Check if previous default assistant has to be deactivated */
        bool activated = true;
@@ -514,7 +514,7 @@ bool CWakeupManager::change_voice_key_status(ma_voice_key_status_e status) {
 
 bool CWakeupManager::process_plugin_event(mas_plugin_event_e event, void* data, int len)
 {
-       MWR_LOGI("[ENTER] : %d", event);
+       MWR_LOGE("[ENTER] : %d", event);
        if (WAKEUP_MANAGER_STATE_INACTIVE == mWakeupManagerState)
                return false;