{ "id": "104169", "key": "TIMOB-11613", "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": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-06-29T18:47:56.000+0000", "created": "2012-10-30T22:57:37.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-mw100112" ], "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": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-04-04T23:20:29.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "console functions do not log with any log level.\r\n\r\nThis does not occur with Ti.API calls, and does not occur on iOS or Android.\r\n\r\nThis is a parity issue.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Run code:\r\n\r\n{code}\r\n/* console */\r\n\r\nconsole.log('console.log');\r\nconsole.debug('console.debug');\r\nconsole.info('console.info');\r\nconsole.warn('console.warn');\r\nconsole.error('console.error');\r\n\r\n/* Ti.API */\r\n\r\nTi.API.trace('ti.api.trace');\r\nTi.API.debug('ti.api.debug');\r\nTi.API.info('ti.api.info');\r\nTi.API.warn('ti.api.warn');\r\nTi.API.error('ti.api.error');\r\n{code}\r\n\r\nActual Result:\r\n\r\n{code}\r\nconsole.log app.js:3\r\nconsole.debug app.js:4\r\nconsole.info app.js:5\r\nconsole.warn app.js:6\r\nconsole.error app.js:7\r\n[TRACE] ti.api.trace index.html:11221\r\n[DEBUG] ti.api.debug index.html:11221\r\n[INFO] ti.api.info index.html:11221\r\n[WARN] ti.api.warn index.html:11221\r\n[ERROR] ti.api.error index.html:11221\r\n{code}\r\n\r\nNote: Only the Ti.API calls are printed with a log level.\r\n\r\nExpected Result:\r\n\r\nAll calls should be printed with a log level.", "attachment": [], "flagged": false, "summary": "MobileWeb: console: js logging functions do not log with any log level", "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": "Host OS: Mac OS X Mountain Lion 10.8.2\r\nOS Arch: x86\r\nJRE Version: 1.6.0_37\r\nJRE Vendor: Apple Inc.\r\nJRE Home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home\r\nInstall Directory: file:/Users/dhyde/Desktop/TISTUD-RC/Titanium Studio/\r\nVersion: 3.0.0.201210291448\r\nVM Arguments: -Dtitanium.dashboardUrl=http://preview.appcelerator.com/dashboard/index.php\r\n-Dtitanium.sdkRequirementsUrl=http://preview.appcelerator.com/dashboard/sdk_info.json\r\n-Xms40m\r\n-Xmx1024m\r\n-Declipse.p2.unsignedPolicy=allow\r\n-Declipse.log.size.max=10000\r\n-Declipse.log.backup.max=5\r\n-Xdock:icon=../Resources/titanium.icns\r\n-XstartOnFirstThread\r\n-Dorg.eclipse.swt.internal.carbon.smallFonts\r\n-XX:MaxPermSize=256m\r\n-Djava.class.path=/Users/dhyde/Desktop/TISTUD-RC/Titanium Studio/TitaniumStudio.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar\r\n\r\nWorkspace Directory: file:/Users/dhyde/Desktop/TISTUD-RC/workspace/\r\nLanguage: en_US\r\n\r\nTitanium SDK Version: 2.1.3\r\nMobile SDK Modules API Version:2\r\nMobile SDK Timestamp: 10/02/12 16:16\r\nMobile SDK Build Number: 15997d0\r\nTitanium SDK Location: /Users/dhyde/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA\r\n\r\nTitanium SDK Version: 3.0.0\r\nMobile SDK Modules API Version:2\r\nMobile SDK Timestamp: 10/30/12 11:46\r\nMobile SDK Build Number: 6c76e9f\r\nTitanium SDK Location: /Users/dhyde/Library/Application Support/Titanium/mobilesdk/osx/3.0.0.v20121030114615\r\n\r\nTitanium CLI Version: 3.0.11\r\nTitanium CLI Enabled: false\r\n\r\nAlloy Version: 0.3.0\r\n\r\nNode.ACS Version: 0.9.24\r\n\r\nBrowser: Chrome Version 22.0.1229.94\r\n", "comment": { "comments": [ { "id": "423181", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving as \"Won't Fix\" as MobileWeb has been deprecated.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-29T18:47:56.000+0000", "updated": "2017-06-29T18:47:56.000+0000" }, { "id": "436388", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as will not fix.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-04-04T23:20:29.000+0000", "updated": "2018-04-04T23:20:29.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }