fix the log 22/210322/2
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 18 Jul 2019 03:28:53 +0000 (12:28 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 18 Jul 2019 06:35:40 +0000 (06:35 +0000)
Change-Id: I6964767af053a45deef69cd355c82328a19eb23a

src/bin/e_hwc.c
src/bin/e_hwc_windows.c

index 7299f7c41676ce36cb093835bc2d33de435c9cd3..2845607738ea714a7264267171c19232669969c9 100644 (file)
@@ -139,6 +139,8 @@ _e_hwc_tbm_surface_queue_alloc(void *data, int w, int h)
 
    hwc->target_buffer_queue = tqueue;
 
+   EHINF("The tqueue(%p, %dx%d) is created.", hwc, tqueue, queue_w, queue_h);
+
    // TODO: change the e_comp_screen->tqueue into hwc->target_buffer_queue
    e_comp_screen->tqueue = tqueue;
 
@@ -292,6 +294,8 @@ _e_hwc_ee_init(E_Hwc* hwc)
 
    hwc->ee = ee;
 
+   EHINF("ee(%p) with the tqueue(%p) is created.", hwc, ee, hwc->target_buffer_queue);
+
    primary_output = e_comp_screen_primary_output_get(e_comp->e_comp_screen);
    if (primary_output == output)
      {
index 5bf48ef3d08aabe44be89f8c4130ccb4fe915481..b7a338a11ccaf3f7a51f326d4d28c19bb2a3ce63 100644 (file)
@@ -516,7 +516,7 @@ _e_hwc_windows_target_window_surface_queue_trace_cb(tbm_surface_queue_h surface_
      {
         if (!target_hwc_window->is_rendering) return;
 
-        EHWSTRACE("{%s} dequeue ts:%p", NULL, NULL, "@TARGET WINDOW@", tsurface);
+        EHWSTRACE("{%s} dequeue ts:%p", NULL, target_hwc_window->hwc, "@TARGET WINDOW@", tsurface);
 
         tbm_surface_internal_add_user_data(tsurface,
                                            EHWS_RENDERED_BUFFERS_KEY,