From abaf02272bb7cda9ae7b87f1eaec400bd6bb1b25 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Fri, 29 Sep 2017 11:57:32 +0900 Subject: [PATCH] Add log message when restarting ISE Change-Id: Iec37f595d97475ccde7025e5cc06595a49e3dd68 --- ism/extras/efl_panel/isf_panel_efl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ism/extras/efl_panel/isf_panel_efl.cpp b/ism/extras/efl_panel/isf_panel_efl.cpp index f92ef59..6e37bd5 100644 --- a/ism/extras/efl_panel/isf_panel_efl.cpp +++ b/ism/extras/efl_panel/isf_panel_efl.cpp @@ -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; -- 2.7.4