[Tizen] Modify window rotation log 91/223691/1
authorWonsik Jung <sidein@samsung.com>
Mon, 3 Feb 2020 05:27:02 +0000 (14:27 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 3 Feb 2020 05:29:27 +0000 (14:29 +0900)
The log of window rotaton is modified for Rotation done.

Change-Id: I0dc358124609e75d2862b6b93781b35c778cf8f4

dali/internal/window-system/common/window-render-surface.cpp

index cd2444b..570e234 100755 (executable)
@@ -608,8 +608,7 @@ void WindowRenderSurface::ProcessRotationRequest()
 
   mWindowBase->WindowRotationCompleted( mRotationAngle, mPositionSize.width, mPositionSize.height );
 
-  DALI_LOG_INFO( gWindowRenderSurfaceLogFilter, Debug::Verbose, "WindowRenderSurface::ProcessRotationRequest: Rotation Done\n" );
-
+  DALI_LOG_RELEASE_INFO("WindowRenderSurface::ProcessRotationRequest:  WinId (%d) Rotation Done\n", mWindowBase->GetNativeWindowId() );
   if( mThreadSynchronization )
   {
     mThreadSynchronization->PostRenderComplete();