{ "id": "171147", "key": "MOD-2417", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10034", "key": "MOD", "name": "Appcelerator Modules", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "20178", "name": "Ti.Map Android 4.2.0", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-05-03T07:46:29.000+0000", "created": "2018-02-20T17:20:05.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "andoid", "animate", "crash", "map" ], "versions": [], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-06T17:49:10.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "13700", "name": "Map" } ], "description": "exception on thread: main msg:java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.maps.GoogleMap.animateCamera(com.google.android.gms.maps.CameraUpdate)' on a null object reference; Titanium 7.0.2,2018/02/09 10:59,undefined\r\n\r\nYou will need the 'Ti.Map' module and to add the API key to tiapp.xml in the project. The app crashes on android when switching between the home tab and the 2nd tab repeatedly on android.\r\n\r\nOpen up project. Accept location services. Tab between Home and 2nd page quickly. Once that is fixed uncomment the other longitudes and latitudes in 'pageOne' and test again. Once that works, uncomment the $.map stuff in content.js and the $.map id in the XML for content.xml. Then make sure all of that doesn't crash the app when switching between tabs quickly.\r\n\r\nWith this same app. If you turn off location services on the tablet/phone you get a different error.\r\n\r\n[ERROR] : TiApplication: (main) [63672,63838] Sending event: exception on thread: main msg:java.lang.NullPointerException: Attempt to invoke virtual method 'org.appcelerator.kroll.KrollDict org.appcelerator.kroll.KrollProxy.getProperties()' on a null object reference; Titanium 7.0.2,2018/02/09 10:59,undefined\r\n[ERROR] : TiApplication: java.lang.NullPointerException: Attempt to invoke virtual method 'org.appcelerator.kroll.KrollDict org.appcelerator.kroll.KrollProxy.getProperties()' on a null object reference\r\n[ERROR] : TiApplication: \tat ti.map.TiUIMapView.onMapReady(TiUIMapView.java:170)", "attachment": [ { "id": "64875", "filename": "TiLabelbug.zip", "author": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-20T17:15:58.000+0000", "size": 2208177, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android: Map Animation Crash due to missing guards", "creator": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "7.0.2", "closedSprints": [ { "id": 1028, "state": "closed", "name": "2018 Sprint 09 SDK", "startDate": "2018-04-22T22:53:08.928Z", "endDate": "2018-05-06T22:53:00.000Z", "completeDate": "2018-05-07T00:02:15.883Z", "originBoardId": 114 }, { "id": 1018, "state": "closed", "name": "2018 Sprint 07 SDK", "startDate": "2018-03-25T21:59:36.637Z", "endDate": "2018-04-08T21:59:00.000Z", "completeDate": "2018-04-08T17:55:14.467Z", "originBoardId": 114 }, { "id": 1021, "state": "closed", "name": "2018 Sprint 08 SDK", "startDate": "2018-04-08T17:57:36.122Z", "endDate": "2018-04-22T17:57:00.000Z", "completeDate": "2018-04-22T22:51:19.120Z", "originBoardId": 114 }, { "id": 1008, "state": "closed", "name": "2018 Sprint 06 SDK", "startDate": "2018-03-11T22:18:04.396Z", "endDate": "2018-03-25T22:18:00.000Z", "completeDate": "2018-03-25T21:52:36.683Z", "originBoardId": 216 } ], "comment": { "comments": [ { "id": "434755", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello [~josh.mocek],\r\n\r\nTested the issue and unable to reproduce the issue using SDK 7.0.2.GA on Android 7 device. The app is working as expected without any crash.\r\n\r\n*Test Envionemnts:*\r\n{code}\r\nAppcelerator Command-Line Interface, version 7.0.2
Operating System Mac OS X,Version 10.13.2,Architecture 64bit,
CPUs  4,Memory 8.0GB
   Node.js Version             = 8.9.1 npm Version                 = 5.5.1
Appcelerator CLI 4.2.11,Core Package  7.0.1, Titanium CLI 5.0.14,node-appc Version 0.2.41
 Titanium SDK 7.0.2.GA,Android 7 Device(Sumsaung Galaxy J7)\r\n{code}\r\n\r\n*Test steps:*\r\n\r\n1.Open studio. \r\n2.Import the app and run\r\n3.Tab between Home and 2nd page quickly. Once that is fixed uncomment the other longitudes and latitudes in 'pageOne' and test again. Once that works, uncomment the $.map stuff in content.js and the $.map id in the XML for content.xml. There is no crash when switching between tabs quickly.\r\n*Test Output:* [Screenshot|https://s17.postimg.org/bhnh5dr5r/Screenshot_20180222-144910.png]\r\n\r\n*Console logs:*\r\n{code}\r\n[INFO] : I/Google Maps Android API: Google Play services client version: 11020000\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[WARN] : DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.\r\n[INFO] : DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:4\r\n[INFO] : DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 4\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : APSAnalyticsService: Analytics Service Started\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : APSAnalyticsService: Stopping Analytics Service\r\n[INFO] : art: Do partial code cache collection, code=23KB, data=28KB\r\n[INFO] : art: After code cache collection, code=19KB, data=25KB\r\n[INFO] : art: Increasing code cache capacity to 128KB\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[ERROR] : BoostFramework: BoostFramework() : Exception_1 = java.lang.ClassNotFoundException: Didn't find class \"com.qualcomm.qti.Performance\" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib, /vendor/lib]]\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : art: Do partial code cache collection, code=50KB, data=60KB\r\n[INFO] : art: After code cache collection, code=48KB, data=59KB\r\n[INFO] : art: Increasing code cache capacity to 256KB\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : art: Do full code cache collection, code=107KB, data=125KB\r\n[INFO] : art: After code cache collection, code=93KB, data=97KB\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering key to : action: 0x0 (0)\r\n[INFO] : I/InputDispatcher( 2852): Delivering key to : action: 0x1 (0)\r\n[WARN] : IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection\r\n[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\n[WARN] : TiApplication: (main) [106,106] Registering module with name already in use.\r\n[ERROR] : android.permission.CAMERA\r\n[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = com.yourPackage.one.TilabelbugActivity@c20c4ae\r\n[INFO] : InputMethodManager: HSI ignore mServedView == null or mServedView.getWindowToken() != windowToken, mServedView :0\r\n[INFO] : InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus\r\n[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = com.yourPackage.one.TilabelbugActivity@c20c4ae\r\n[WARN] : TiUIScrollView: (main) [125,125] Scroll direction could not be determined based on the provided view properties. Default VERTICAL scroll direction being used. Use the 'scrollType' property to explicitly set the scrolling direction.\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : art: Do partial code cache collection, code=106KB, data=123KB\r\n[INFO] : art: After code cache collection, code=98KB, data=118KB\r\n[INFO] : art: Increasing code cache capacity to 512KB\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/Google Maps Android API: Google Play services package version: 11975436\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x0, toolType: 1\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/System.out: (HTTPLog)-Static: isSBSettingEnabled false\r\n[INFO] : I/InputDispatcher( 2852): Delivering touch to : action: 0x1, toolType: 1\r\n[INFO] : APSAnalyticsService: Analytics Service Started\r\n[INFO] : APSAnalyticsService: Stopping Analytics Service\r\n-- End application log -------------------------------------------------------\r\n\r\n{code}\r\nPlease share your environment details. \r\n\r\nThanks", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2018-02-22T09:01:10.000+0000", "updated": "2018-02-22T09:01:10.000+0000" }, { "id": "434777", "author": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Galaxy tab e running 7.1.1\r\nsamsung prime express\r\noneplus 3t android 8\r\n\r\nDid you make sure to edit the API key in tiapp.xml? I was switching between them pretty quickly too", "updateAuthor": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-22T16:29:39.000+0000", "updated": "2018-02-22T16:29:39.000+0000" }, { "id": "434827", "author": { "name": "cliff_stander", "key": "cliff_stander", "displayName": "Mike Stancliffe", "active": true, "timeZone": "America/Los_Angeles" }, "body": "we have this problem in a project and this code replicates it for me", "updateAuthor": { "name": "cliff_stander", "key": "cliff_stander", "displayName": "Mike Stancliffe", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-23T17:23:01.000+0000", "updated": "2018-02-23T17:23:01.000+0000" }, { "id": "434828", "author": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here is a video of the code I submitted with it crashing the app.\r\nhttps://youtu.be/d8wILNdaUZU", "updateAuthor": { "name": "josh.mocek", "key": "josh.mocek", "displayName": "josh.mocek", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-23T17:26:12.000+0000", "updated": "2018-02-23T17:26:12.000+0000" }, { "id": "435815", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator-modules/ti.map/pull/223", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-21T21:01:20.000+0000", "updated": "2018-03-21T21:01:20.000+0000" }, { "id": "440045", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:49:10.000+0000", "updated": "2018-08-06T17:49:10.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }