{ "id": "139235", "key": "TIMOB-17988", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-11-21T22:08:25.000+0000", "created": "2014-11-07T00:33:29.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "16676", "description": "Release 3.4.1", "name": "Release 3.4.1", "archived": false, "released": true, "releaseDate": "2014-11-14" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2015-01-05T19:42:17.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h6.Issue Description\r\nWhen using the TiSDK 3.4.1 and Map module v2.2.1, if android:debuggable is set to true and an array of annotations is added to the map then the app crashes. \r\n\r\nh6.Steps to reproduce\r\n# Install sample app (Maps_Android_L_Crash.zip) that includes Annotations images onto Android 5.0 device. \r\n# Launch the app \r\n# A call to add a single annotation works. \r\n# 4 seconds later the app crashes when it apptemps to add the array of annotation to the app. \r\n# App it crashes. Logs: Maps_Android_L_Crash.txt. \r\n# Change android:debuggable to be false via Manifest section at tiapp.xml\r\n# Install and launch the app \r\n# Notice it does not crash and 3 pins are populated on the map. \r\n\r\nh6.Expected behaviour\r\nThe app should not crash when debuggable is set to true. ", "attachment": [ { "id": "52383", "filename": "Maps_Android_L_Crash.txt", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-11-07T00:33:29.000+0000", "size": 16326, "mimeType": "text/plain" }, { "id": "52384", "filename": "Maps_Android_L_Crash.zip", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-11-07T00:33:29.000+0000", "size": 5834617, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android 5.0: Maps crash when adding array of Annotations and android:debuggable set to true", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.4.1.v20141103164118 \r\nAndroid 5.0 API 21\r\nMap Module 2.2.1", "closedSprints": [ { "id": 251, "state": "closed", "name": "2014 Sprint 23 SDK", "startDate": "2014-11-10T22:56:44.608Z", "endDate": "2014-11-22T01:00:00.000Z", "completeDate": "2014-11-22T05:03:36.553Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "333009", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master PR: https://github.com/appcelerator-modules/ti.map/pull/71", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-11-20T04:22:53.000+0000", "updated": "2014-11-20T04:22:53.000+0000" }, { "id": "333285", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Map fix is complete and merged, so resolving.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-11-21T22:09:42.000+0000", "updated": "2014-11-21T22:09:42.000+0000" }, { "id": "333286", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~hpham], can we get a merge to master and 3_5_X for the packaged module?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-11-21T22:10:31.000+0000", "updated": "2014-11-21T22:10:31.000+0000" }, { "id": "335115", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "SDK 3.5.X update: https://github.com/appcelerator/titanium_mobile/pull/6441\r\nSDK master update: https://github.com/appcelerator/titanium_mobile/pull/6442", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-05T20:35:26.000+0000", "updated": "2014-12-05T20:41:46.000+0000" }, { "id": "337878", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix. Map does not crash when adding array of Annotations and android:debuggable set to true.\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 3.4.1.201410281743\r\nTi SDK : 3.6.0.v20150105084202, 3.4.1.GA, 3.5.0.v20141222103320\r\nCLI : 3.4.1\r\nAlloy : 1.5.1 GA\r\nMap Module : 2.2.3\r\nCode Processor : 1.1.1\r\nMAC Yosemite : 10.10\r\nNexus 5 - Android 5.0.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-01-05T19:41:39.000+0000", "updated": "2015-01-05T19:41:39.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }