Modify fault log to file log 53/208753/1
authorhyunho <hhstark.kang@samsung.com>
Fri, 28 Jun 2019 02:52:32 +0000 (11:52 +0900)
committerhyunho <hhstark.kang@samsung.com>
Fri, 28 Jun 2019 02:52:32 +0000 (11:52 +0900)
Change-Id: I1392a65d4d78979d1ea6a04b6c56781f6420415d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/widget_instance.c

index b041acb..bea1c71 100644 (file)
@@ -735,6 +735,8 @@ static int __status_handler(const char *endpoint, aul_app_com_result_e e, bundle
        if (*status == AUL_WIDGET_LIFE_CYCLE_EVENT_APP_DEAD &&
                        is_faulted && !strcmp(is_faulted, "true")) {
                LOGW("handle dead widget instances, %s", instance_id);
+               aul_widget_write_log(LOG_TAG, "[%s:%d] %s sender(%d)",
+                       __FUNCTION__, __LINE__, instance_id, sender_pid);
                __fault_handler(sender_pid);
        }