{ "id": "109983", "key": "TIMOB-12809", "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "15279", "description": "2013 Sprint 05 JS", "name": "2013 Sprint 05 JS", "archived": true, "released": true, "releaseDate": "2013-03-11" }, { "id": "14815", "description": "2013 Sprint 05", "name": "2013 Sprint 05", "archived": true, "released": true, "releaseDate": "2013-03-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-03-05T00:35:53.000+0000", "created": "2013-02-21T18:12:34.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "cli-review", "qe-port" ], "versions": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [ { "id": "26354", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "104348", "key": "TIMOB-11769", "fields": { "summary": "CLI: colors, lines, and messages ill-formatted with CLI enabled", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } }, { "id": "26353", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "109644", "key": "TIMOB-12718", "fields": { "summary": "CLI: iOS Console Output missing first arg of some arrays", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } }, { "id": "26352", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "109645", "key": "TIMOB-12719", "fields": { "summary": "CLI: iOS Console output prints out of order", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } }, { "id": "26692", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "110971", "key": "TIMOB-13049", "fields": { "summary": "Titanium CLI - Picks up content of log output for colorizing", "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" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-03-13T18:24:44.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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "If an app in the iOS Simulator throws an error that contains the word \"backtrace\", it will munge the output and the remaining lines are printed as \"debug\" instead of \"error\".", "attachment": [], "flagged": false, "summary": "CLI: iOS log output gets munged", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "239294", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3896", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-02-21T19:05:08.000+0000", "updated": "2013-02-21T19:05:08.000+0000" }, { "id": "241181", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Run this code from TIMOB-12719 to verify output.\n\n{code}\n\nvar win = Ti.UI.createWindow({\n backgroundColor : 'blue'\n});\n \nvar button = Ti.UI.createButton({\n title : 'click',\n top : '40%',\n bottom : '40%',\n left : '30%',\n right : '30%'\n});\n \nbutton.addEventListener('click', function() {\n console.log('console.log()');\n console.log(['arg0', 'arg1', 'arg2']);\n \n console.debug('console.debug()');\n console.debug(['arg0', 'arg1', 'arg2']);\n \n console.info('console.info()');\n console.info(['arg0', 'arg1', 'arg2']);\n \n console.warn('console.warn()');\n console.warn(['arg0', 'arg1', 'arg2']);\n \n console.error('console.error()');\n console.error(['arg0', 'arg1', 'arg2']);\n \n Ti.API.trace('Ti.API.trace()');\n Ti.API.trace(['arg0', 'arg1', 'arg2']);\n \n Ti.API.debug('Ti.API.debug([])');\n Ti.API.debug(['arg0', 'arg1', 'arg2']);\n \n Ti.API.info('Ti.API.info([])');\n Ti.API.info(['arg0', 'arg1', 'arg2']);\n \n Ti.API.warn('Ti.API.warn([])');\n Ti.API.warn(['arg0', 'arg1', 'arg2']);\n \n Ti.API.error('Ti.API.error([])');\n Ti.API.error(['arg0', 'arg1', 'arg2']);\n \n Ti.API.log('TRACE', 'Ti.API.log(TRACE)');\n Ti.API.log('TRACE', ['arg0', 'arg1', 'arg2']);\n \n Ti.API.log('DEBUG', 'Ti.API.log(DEBUG)');\n Ti.API.log('DEBUG', ['arg0', 'arg1', 'arg2']);\n \n Ti.API.log('INFO', 'Ti.API.log(INFO)');\n Ti.API.log('INFO', ['arg0', 'arg1', 'arg2']);\n \n Ti.API.log('WARN', 'Ti.API.log(WARN)');\n Ti.API.log('WARN', ['arg0', 'arg1', 'arg2']);\n \n Ti.API.log('ERROR', 'Ti.API.log(ERROR)');\n Ti.API.log('ERROR', ['arg0', 'arg1', 'arg2']);\n \n Ti.API.log('LOG', 'Ti.API.log(LOG)');\n Ti.API.log('LOG', ['arg0', 'arg1', 'arg2']);\n \n switch(Ti.Platform.osname)\n {\n case 'ipad':\n case 'iphone':\n {\n Ti.API.timestamp('Ti.API.timestamp()');\n Ti.API.timestamp(['arg0', 'arg1', 'arg2']);\n }\n }\n});\n \nwin.add(button);\nwin.open(); \n{code}\n\nVerified correct output.\nClosing as fixed.\nTested with:\nTitanium Studio, build: 3.0.2.201302191606\nTitanium SDK, build: 3.1.0.v20130306145654\nCLI version 3.0.25\niPhone 6.1 Simulator\n\n\n", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-07T19:16:35.000+0000", "updated": "2013-03-07T19:16:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }