[TIMOB-6532] Android: Ti.API.log needs to consistently print log statements across runtimes
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-01-25T10:56:22.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1 |
| Components | Android |
| Labels | branch-v8 |
| Reporter | Eric Merriman |
| Assignee | Chase Culpepper |
| Created | 2011-12-09T10:52:53.000+0000 |
| Updated | 2012-01-25T10:56:22.000+0000 |
Description
Running Imported call test case should return [Imported function: x=3, y=y but returns y.
Steps to reproduce:
1) Create a new project in studio called debug_test
2) Move the js files from the debug test project in titanium_mobile_tests_internal
3) Refer to the test plan at http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan
4) Execute test case 1011
Result:
Console output is y (I/TiAPI ( 284): y)
Expected:
Console output is [Imported function: x=3, y=y
Does not occur on 10.6.8 with 1.8.0.1.v20111214093905, prints: [INFO] [Imported function: x=3, y=] y
Edited to change steps to include test case 1011 (instead of the incorrect 1006).
Verified fixed with: OS: Mac OS 10.7.2 SDK: 1.8.1.v20120124200134 Titanium Studio, build: 1.0.8.201201210622 Console output is: I/TiAPI ( 401): [Imported function: x=3, y=] y