X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Ftizen-wayland%2Fecore-wl2%2Fwindow-render-surface-ecore-wl2.cpp;h=7e73f072cf0357acc3c1bee93163260dd910caf4;hb=8f405d7480c9770ffba364449be2b5e706ff7c54;hp=0f576757594a98d263b7221a5f7dcdbd870d6e1a;hpb=1363b065dd914059f9b125d08e21ec7aa28b0917;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/tizen-wayland/ecore-wl2/window-render-surface-ecore-wl2.cpp b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-render-surface-ecore-wl2.cpp index 0f57675..7e73f07 100644 --- a/dali/internal/window-system/tizen-wayland/ecore-wl2/window-render-surface-ecore-wl2.cpp +++ b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-render-surface-ecore-wl2.cpp @@ -71,6 +71,7 @@ WindowRenderSurface::~WindowRenderSurface() { if( mEglWindow != NULL ) { + DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface Destructor\n"); wl_egl_window_destroy(mEglWindow); mEglWindow = NULL; } @@ -201,6 +202,7 @@ void WindowRenderSurface::DestroyEglSurface( EglInterface& eglIf ) if( mEglWindow != NULL ) { + DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface::DestroyEglSurface()\n"); wl_egl_window_destroy(mEglWindow); mEglWindow = NULL; } @@ -212,6 +214,7 @@ bool WindowRenderSurface::ReplaceEGLSurface( EglInterface& egl ) if( mEglWindow != NULL ) { + DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface::ReplaceEGLSurface()\n"); wl_egl_window_destroy(mEglWindow); mEglWindow = NULL; }