[TIMOB-7624] Android: Ti.API - enable logging methods to accept either an array of strings or a string
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-06-26T07:22:27.000+0000 |
| Affected Version/s | Release 1.8.1 |
| Fix Version/s | Sprint 2012-13 Core, Release 3.0.0 |
| Components | Android |
| Labels | core, module_api, parity, qe-testadded |
| Reporter | Paul Dowsett |
| Assignee | Neeraj Gupta |
| Created | 2012-02-10T18:56:37.000+0000 |
| Updated | 2013-06-19T06:53:14.000+0000 |
On hold because of ongoing talks regarding full support of console() spec.
Relates to console.* support depending on how ticket discussion is resolved.
Testing
---- app.js:Result (in logcat output):Ti.API.info('yo', 'word'); Ti.API.debug('durp'); Ti.API.warn('foo', 'bar', 'baz'); Ti.API.log('level', 'message', 'goes', 'here'); Ti.API.info();Note that the PID will be different across test output.Environment used for verification - Tested with Titanium SDK: 2.2.0.v20120815194913 Tested with Titanium Studio: 2.1.1.201207271312 Device - Samsung GALAXY Note Android 2.3.6 Machine OS - MAC 10.7.3