From: Kazumasa Mitsunari Date: Tue, 19 Jun 2018 02:36:50 +0000 (+0900) Subject: Show debug message when surface is removed X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=37ff88e958898647db10629c0db50e0c8a4eb9a9;p=apps%2Fagl-service-windowmanager.git Show debug message when surface is removed Change-Id: Icffbc5e1193486f7fa9825738bbc1b3798fdbc18 Signed-off-by: Kazumasa Mitsunari --- diff --git a/src/wm_client.cpp b/src/wm_client.cpp index e226791..f05bd17 100644 --- a/src/wm_client.cpp +++ b/src/wm_client.cpp @@ -129,6 +129,8 @@ bool WMClient::removeSurfaceIfExist(unsigned surface) { if (surface == x.second) { + HMI_INFO("wm", "Remove surface from client %s: role %s, surface: %d", + this->id.c_str(), x.first.c_str(), x.second); this->role2surface.erase(x.first); ret = true; break;