{ "id": "104186", "key": "TIMOB-11619", "fields": { "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true }, "parent": { "id": "89173", "key": "TIMOB-8424", "fields": { "summary": "Ti API: Define cross platform logging API", "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": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "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": [], "resolution": null, "resolutiondate": null, "created": "2012-10-31T00:30:12.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "cb-tooling", "parity", "qe-and100112" ], "versions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:56.000+0000", "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" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Android: Ti.API: console logging calls with no arg do not print at all.\r\n\r\nThis does not occur in MobileWeb or iOS. This is a parity issue.\r\n\r\nThis also is an inconsistency within the Android platform, as console object logging functions and Ti.API.log functions with one arg print to console correctly.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Run code:\r\n\r\n{code}\r\n/* console */\r\n\r\nTi.API.info('console object output:');\r\n\r\nconsole.log();\r\nconsole.debug();\r\nconsole.info();\r\nconsole.warn();\r\nconsole.error();\r\n\r\n/* Ti.API */\r\n\r\nTi.API.info('Ti.API output:');\r\n\r\nTi.API.trace();\r\nTi.API.debug();\r\nTi.API.info();\r\nTi.API.warn();\r\nTi.API.error();\r\n{code}\r\n\r\nActual Result:\r\n\r\n{code}\r\n[INFO][TiAPI ( 414)] console object output:\r\n[INFO][TiAPI ( 414)] \r\n[INFO][TiAPI ( 414)] \r\n[WARN][TiAPI ( 414)] \r\n[ERROR][TiAPI ( 414)] \r\n[INFO][TiAPI ( 414)] Ti.API output:\r\n{code}\r\n\r\nNotice the lack of output after Ti.API.\r\n\r\nExpected Result:\r\n\r\nAll Ti.API calls should log to console.", "attachment": [], "flagged": false, "summary": "Android: Ti.API: console logging calls with no arg do not print at all", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK: 2.1.3.GA, 3.0.0.v20121030114615\r\nTitanium Studio: 3.0.0.201210291448\r\n\r\nTitanium CLI Version: 3.0.11\r\nTitanium CLI Enabled: false\r\n\r\nHost OS: Mac OS X Mountain Lion 10.8.2\r\nAndroid Devices Tested: Android Emulator Google APIs 2.2", "comment": { "comments": [ { "id": "394310", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Confirmed with Titanium SDK master (6.1.0).", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-08-24T22:59:19.000+0000", "updated": "2016-08-24T22:59:19.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }