[TIMOB-803] API.include/log/debug only accept strings
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | Android |
Labels | android, log |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2011-04-15T02:36:46.000+0000 |
Updated | 2011-04-17T01:54:17.000+0000 |
Description
.. they should accept any object and just call toString()
(from [d7d0bb8ee58f84d9b0a254f627bbbe51869b94c9]) accept non-String arguments in the API.log/info/warn family [#803 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/d7d0bb8ee58f84d9b0a254f627bbbe51869b94c9"> http://github.com/appcelerator/titanium_mobile/commit/d7d0bb8ee58f8...
See commit note. Please update fix to include null handling.
(from [9e314ec2f05b31035ec81363731b31214e1e084a]) add support for arrays / non-Objects in JSON, check for null in API.log functions [#721 state:resolved] [#803 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/9e314ec2f05b31035ec81363731b31214e1e084a"> http://github.com/appcelerator/titanium_mobile/commit/9e314ec2f05b3...