e_policy_visibility: add log for debug info 40/236640/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 19 Jun 2020 04:10:18 +0000 (13:10 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 19 Jun 2020 04:10:29 +0000 (13:10 +0900)
Change-Id: Idd9a58be3218db3f6a29e4e398abbb76b5b93804

src/bin/e_policy_visibility.c

index 609ace3046bc1cec503c5d4f109b643b542049fc..e30b3ea99d5c5aede965d83ce235f5d96f071883 100644 (file)
@@ -1445,7 +1445,7 @@ _e_vis_client_add_uniconify_render_pending(E_Vis_Client *vc, E_Vis_Job_Type type
        !(ec->parent->argb) &&
        (ec->transient_policy == E_TRANSIENT_BELOW))
      {
-        VS_DBG(ec, "Transient below. no need to uniconify render.");
+        VS_INF(ec, "Transient below. no need to uniconify render.");
         return EINA_FALSE;
      }
 
@@ -2032,7 +2032,10 @@ _e_vis_intercept_show(void *data EINA_UNUSED, E_Client *ec)
    E_VIS_CLIENT_GET_OR_RETURN_VAL(vc, ec, EINA_TRUE);
 
    if (vc->state == E_VIS_ICONIFY_STATE_RUNNING_UNICONIFY_WAITING_FOR_CHILD)
-     return EINA_FALSE;
+     {
+        ELOGF("POL", "Waiting child uniconify. running.", ec);
+        return EINA_FALSE;
+     }
 
    if (ec->transients)
      {
@@ -2081,6 +2084,7 @@ _e_vis_intercept_show(void *data EINA_UNUSED, E_Client *ec)
                        e_pixmap_ref(topmost->pixmap);
                        e_object_delay_del_ref(E_OBJECT(topmost));
                        _e_vis_client_job_add(vc, E_VIS_JOB_TYPE_SHOW);
+                       ELOGF("POL", "Waiting child uniconify. new.", ec);
                        return EINA_FALSE;
                     }
                }