[TIMOB-9044] Android: Kitchensink - Logs are not displaying the intended messages for mapview.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T21:41:03.000+0000 |
Affected Version/s | Release 2.0.2 |
Fix Version/s | n/a |
Components | Android, iOS |
Labels | api, parity |
Reporter | Anshu Mittal |
Assignee | Eric Merriman |
Created | 2012-05-08T03:47:18.000+0000 |
Updated | 2017-05-02T21:41:06.000+0000 |
Description
Logs are not displaying the intended messages for Kitchensink> views> mapview.
Steps to reproduce:
1:tap on Map View
Expected result
1:Should see a map view with Atlanta,GA as title right above the pin.
Watch the console for Logs to see if the logs correctly outputs whether
it was the pin or title that was clicked when you click on the title and pin.
Actual:
DDMS log correctly outputs for the pin click but does not detect the title click. Please find the logs below:
Logs for pin click:
05-08 10:45:16.347: I/touchCheck(1719): MeNano's ACTION_DOWN - x : 253.37067, y : 403.66144
05-08 10:45:16.347: I/touchCheck(1719): WMS's ACTION_DOWN - x : 253.37067, y : 403.66144
05-08 10:45:16.347: I/touchCheck(8486): ViewRoot's Touch Event : MotionEvent{46a5a168 action=0 x=253.37067 y=403.66144
05-08 10:45:16.433: I/touchCheck(1719): MeNano's ACTION_UP - x : 254.29536, y : 411.522
05-08 10:45:16.433: I/touchCheck(1719): WMS's ACTION_UP - x : 254.29536, y : 411.522
05-08 10:45:16.433: I/touchCheck(8486): ViewRoot's Touch Event : MotionEvent{46a5a168 action=1 x=254.29536 y=411.522
05-08 10:45:16.456: I/TiAPI(8486): mapview click clicksource = pin
Logs for title click
05-08 10:45:18.622: I/touchCheck(1719): MeNano's ACTION_DOWN - x : 296.83206, y : 340.31482
05-08 10:45:18.628: I/touchCheck(1719): WMS's ACTION_DOWN - x : 296.83206, y : 340.31482
05-08 10:45:18.628: I/touchCheck(8486): ViewRoot's Touch Event : MotionEvent{46a5a168 action=0 x=296.83206 y=340.31482
05-08 10:45:18.707: I/touchCheck(1719): MeNano's ACTION_UP - x : 295.44498, y : 342.62674
05-08 10:45:18.707: I/touchCheck(1719): WMS's ACTION_UP - x : 295.44498, y : 342.62674
05-08 10:45:18.722: I/touchCheck(8486): ViewRoot's Touch Event : MotionEvent{46a5a168 action=1 x=295.44498 y=342.62674
Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.