Add log message when restarting ISE 19/153619/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 29 Sep 2017 02:57:32 +0000 (11:57 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 29 Sep 2017 02:57:32 +0000 (11:57 +0900)
Change-Id: Iec37f595d97475ccde7025e5cc06595a49e3dd68

ism/extras/efl_panel/isf_panel_efl.cpp

index f92ef59..6e37bd5 100644 (file)
@@ -6131,6 +6131,7 @@ static Eina_Bool ise_check_pid_alive_timer(void *data)
         /* The start_helper() function below will going to call slot_run_helper,
            which will going to assign a new timer handle to the _ise_check_pid_alive_timer variable.
         */
+        LOGW("The previous attempt to launch %s seems to be failed, restarting", uuid.c_str());
         if (_info_manager->start_helper(uuid))
             _soft_keyboard_launched = true;