X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Ftizen-wayland%2Fecore-wl%2Fwindow-render-surface-ecore-wl.cpp;h=d0c3a1d55fcfc60e47d6c2bc217b37c3c1575084;hb=fc1122490e760336f8c0e21d15fddc9e9d317f12;hp=9e3578da6a138c08c950378def795ccc14fc6a13;hpb=7bfd39dd743c406f9af967e742fae2b5a952fb08;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/tizen-wayland/ecore-wl/window-render-surface-ecore-wl.cpp b/dali/internal/window-system/tizen-wayland/ecore-wl/window-render-surface-ecore-wl.cpp index 9e3578d..d0c3a1d 100644 --- a/dali/internal/window-system/tizen-wayland/ecore-wl/window-render-surface-ecore-wl.cpp +++ b/dali/internal/window-system/tizen-wayland/ecore-wl/window-render-surface-ecore-wl.cpp @@ -70,6 +70,7 @@ WindowRenderSurface::~WindowRenderSurface() { if( mEglWindow != NULL ) { + DALI_LOG_RELEASE_INFO("Egl window is destroyed by WindowRenderSurface Destructor\n"); wl_egl_window_destroy(mEglWindow); mEglWindow = NULL; } @@ -200,6 +201,7 @@ void WindowRenderSurface::DestroyEglSurface( EglInterface& eglIf ) if( mEglWindow != NULL ) { + DALI_LOG_RELEASE_INFO("Egl window is destroyed by WindowRenderSurface::DestroyEglSurface()\n"); wl_egl_window_destroy(mEglWindow); mEglWindow = NULL; } @@ -211,6 +213,7 @@ bool WindowRenderSurface::ReplaceEGLSurface( EglInterface& egl ) if( mEglWindow != NULL ) { + DALI_LOG_RELEASE_INFO("Egl window is destroyed by WindowRenderSurface::ReplaceEGLSurface()\n"); wl_egl_window_destroy(mEglWindow); mEglWindow = NULL; }