{ "id": "113924", "key": "TIMOB-13779", "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": "15487", "description": "2013 Sprint 10 Core", "name": "2013 Sprint 10 Core", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-05-17T17:31:44.000+0000", "created": "2013-05-07T17:15:48.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "28483", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "113848", "key": "TIMOB-13760", "fields": { "summary": "V8 Waits Too Long to GC and Causes Major Hiccups / Slow Downs.", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-11-15T20:01:38.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" }, { "id": "12305", "name": "Core", "description": "Central component of the Platform (outside of Tooling, or platform specific implementation details)" } ], "description": "Access to V8's gc from JavaScript was inadvertently introduced into the public API as a part of integrating the V8 profiler. This should be corrected and access to V8's gc from JavaScript should be removed.", "attachment": [], "flagged": false, "summary": "Android: remove access to V8's gc from JavaScript", "creator": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "250584", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "My reasons for wanting gc removed from the public API are documented in TIMOB-13760.", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-07T17:17:00.000+0000", "updated": "2013-05-07T17:17:37.000+0000" }, { "id": "251954", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We still want to expose this for profile builds, since studio uses it.\n\nTest Instructions:\n\nVerify that it fails on a normal build:\n1. Create a new project\n2. Call the gc() method inside app.js\n3. Run the app and there should be a runtime error saying that gc is undefined.\n\nVerify that it still works for the profiler:\n1. Create a new project in appcelerator studio\n2. Run the app with profiling enabled\n3. Inside the profiler perspective, hit the gc button and verify that you get a message like 'RECEIVED COMMAND 1' in the console, and NOT an error.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-15T00:46:43.000+0000", "updated": "2013-05-15T00:46:43.000+0000" }, { "id": "251956", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile/pull/4265", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-15T00:55:32.000+0000", "updated": "2013-05-15T00:55:32.000+0000" }, { "id": "279843", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix. Putting method in the app.js gives runtime error, while in profiler fives 'RECEIVED COMMAND 1'.\r\nClosing.\r\n\r\nEnvironment:\r\nAppcel Studio : 3.2.0.201311150806\r\nTi SDK : 3.2.0.v20131114184328\r\nMac OSX : 10.8.5\r\nAlloy : 1.3.0\r\nCLI - 3.2.0", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-15T20:01:38.000+0000", "updated": "2013-11-15T20:01:38.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }