Add log for app control event 91/225091/1
authorhyunho <hhstark.kang@samsung.com>
Mon, 17 Feb 2020 09:06:44 +0000 (18:06 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 17 Feb 2020 09:06:44 +0000 (18:06 +0900)
Change-Id: I039e1fa0327b54a99878fdb19cd46352d96f2677
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/base/widget_base.c

index c11f0af..17edb5d 100644 (file)
@@ -525,6 +525,8 @@ static void __control_destroy(const char *class_id, const char *id, bundle *b)
        free(data->id);
        free(data);
        __check_empty_instance();
+       aul_widget_write_log(LOG_TAG,
+               "[%s:%d] instance_id(%s)", __FUNCTION__, __LINE__, id);
 }
 
 static void __control_change_period(const char *class_id, const char *id,
@@ -639,6 +641,7 @@ static int __multiwindow_control(bundle *b, void *data)
                return 0;
        }
 
+       LOGI("app control operation(%s)", operation);
        if (strcmp(operation, "create") == 0)
                __control_create(class_id, id, b);
        else if (strcmp(operation, "resize") == 0)