e_comp_wl: add log for argb value changes 26/255926/1
authorJunseok, Kim <juns.kim@samsung.com>
Thu, 25 Mar 2021 05:06:48 +0000 (14:06 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Thu, 25 Mar 2021 05:06:48 +0000 (14:06 +0900)
All of ec->argb assignments are print their change log except here.
So, added log for argb value changes for easy debugging.

Change-Id: I0e583159d3d81f55b7c7f65ed1e4711053f888fe
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_comp_wl.c

index 6419a0b..ccbea4e 100644 (file)
@@ -3581,6 +3581,7 @@ _e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec)
 
    /* set initial client properties */
    ec->argb = EINA_FALSE;
+   ELOGF("COMP", "Set argb:%d", ec, ec->argb);
    ec->no_shape_cut = EINA_TRUE;
    ec->redirected = ec->ignored = 1;
    ec->border_size = 0;