[TBT][Non-ACR][TFDF-7564,Adding info for dali widget and dali angel app] 02/220902/2
authorPriya Kohli <priya.kohli@samsung.com>
Tue, 24 Dec 2019 09:56:09 +0000 (15:26 +0530)
committershobhit verma <shobhit.v@samsung.com>
Tue, 24 Dec 2019 10:15:06 +0000 (10:15 +0000)
Change-Id: I3ff40bd8a4a67e4976f40dda4da88257a284ba25
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk [changed mode: 0755->0644]
release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk [changed mode: 0755->0644]
tbtcoreapp-dali/src/view/tbt-dali-pan-gesture-angle-direction-view.cpp
tbtcoreapp-dali/src/view/tbt-dali-widget-view.cpp

old mode 100755 (executable)
new mode 100644 (file)
index d7e9878..f57778f
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk differ
old mode 100755 (executable)
new mode 100644 (file)
index 62e7407..cc285f3
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk differ
index 119f515a1c5acbf00b5a6cc45233daedbfce1310..fe0402f19a8c0fa4e26e1245c8c573e70f8dee32 100644 (file)
@@ -34,7 +34,9 @@ TBTDaliPanGestureAngleDirectionView::TBTDaliPanGestureAngleDirectionView(Applica
                        "\n1.   Run DALi Pan Gesture Angle and Direction."
                        "\n2.   Perform the one finger pan on screen with right diagonal up then corresponding signal and data will display"
                        "\n3.   Add/Remove angle and direction of pan gesture"
-                       "\n4.   If the corresponding event signals mgs and touch data"
+                       "\n4.   Check Angle Direction flag in the logs using command: 'dlogutil | grep TBT_DALI_CORE'"
+                       " If logs are coming 'setUnset flag==false or setUnset flag==true', app behaviour is normal."
+                       "\n5.   If the corresponding event signals mgs and touch data"
                        " are changed then press <color value='green'><b>Pass</b></color>. "
                        "Otherwise, press <color value='red'><b>Fail</b></color>";
        flag=false;
index e437eeafac2ebd8d577d89e8f411b57c54aef73e..850d1a5470f03092df244a42dfa3b72e6c8e30fa 100644 (file)
@@ -36,7 +36,10 @@ TBTDaliWidgetView::TBTDaliWidgetView(Application& mApplication, app_control_h _c
                        "\n3.   Widget creation aborted signal will call after perform click on activate button"
                        "\n4.   Pause/Resume button are perform widget pause/resume respectively."
                        "\n5.   Cancel button un-set the widget touch event."
-                       "\n6.   If the corresponding event signals mgs "
+                       "\n6.   Check Event hit information in the logs using command : 'dlogutil | grep TBT_DALI_CORE'"
+                       " If logs are coming 'OnButtonClicked > Widget paused or OnButtonClicked > Widget resume or OnButtonClicked > Cancel touch event'"
+                       ", app behaviour is normal"
+                       "\n7.   If the corresponding event signals mgs "
                        "are changed then press <color value='green'><b>Pass</b></color>. "
                        "Otherwise, press <color value='red'><b>Fail</b></color>";