[Tizen] Add AccessibilityManager logs 17/249417/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 11 Dec 2020 07:29:50 +0000 (16:29 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 11 Dec 2020 07:30:02 +0000 (16:30 +0900)
Change-Id: I743698966179ef7d1d803415db5accac99a8c190
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.cpp

index 3a23214..e667a6c 100644 (file)
@@ -560,6 +560,7 @@ Vector2 AccessibilityManager::GetReadPosition() const
 
 void AccessibilityManager::EnableAccessibility(bool enabled)
 {
+  DALI_LOG_INFO( gLogFilter, Debug::General, "[%s:%d] Set Enabled Forcibly : %d \n", __FUNCTION__, __LINE__, enabled );
   AccessibilityAdaptor adaptor = AccessibilityAdaptor::Get();
   adaptor.EnableAccessibility(enabled);
 }
@@ -727,6 +728,8 @@ bool AccessibilityManager::ChangeAccessibilityStatus()
   mIsAccessibilityTtsEnabled = adaptor.IsEnabled();
   Dali::Toolkit::AccessibilityManager handle( this );
 
+  DALI_LOG_INFO( gLogFilter, Debug::General, "[%s:%d] TtsEnabled : %d \n", __FUNCTION__, __LINE__, mIsAccessibilityTtsEnabled );
+
   if(mIsAccessibilityTtsEnabled)
   {
     // Show indicator when tts turned on if there is focused actor.