[Tizen] Added log for check start of textscrollx 84/202384/1 accepted/tizen/5.0/unified/20190329.065251 submit/tizen_5.0/20190329.202145
authorpuro <joogab.yun@samsung.com>
Thu, 28 Mar 2019 20:17:10 +0000 (05:17 +0900)
committerpuro <joogab.yun@samsung.com>
Thu, 28 Mar 2019 20:17:10 +0000 (05:17 +0900)
Change-Id: Ic1f2de6e8636e2d84a6cbf40960721cdd2fc14bd

dali-toolkit/internal/text/text-scroller.cpp

index ed3b0c0..20a308c 100644 (file)
@@ -340,7 +340,7 @@ void TextScroller::AutoScrollAnimationFinished( Dali::Animation& animation )
 
 void TextScroller::StartScrolling( Actor scrollingTextActor, float scrollAmount, float scrollDuration, int loopCount )
 {
-  DALI_LOG_INFO( gLogFilter, Debug::Verbose, "TextScroller::StartScrolling scrollAmount[%f] scrollDuration[%f], loop[%d] speed[%d]\n", scrollAmount, scrollDuration, loopCount, mScrollSpeed );
+  DALI_LOG_RELEASE_INFO("TextScroller::StartScrolling scrollAmount[%f] scrollDuration[%f], loop[%d] speed[%d]\n", scrollAmount, scrollDuration, loopCount, mScrollSpeed );
 
   mScrollAnimation = Animation::New( scrollDuration );
   mScrollAnimation.AnimateTo( Property( scrollingTextActor, mScrollDeltaIndex ), scrollAmount, TimePeriod( mLoopDelay, scrollDuration ) );