Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6532] Android: Ti.API.log needs to consistently print log statements across runtimes

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-01-25T10:56:22.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2012-02, Release 2.0.0, Release 1.8.1
ComponentsAndroid
Labelsbranch-v8
ReporterEric Merriman
AssigneeChase Culpepper
Created2011-12-09T10:52:53.000+0000
Updated2012-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

Comments

  1. Natalie Huynh 2011-12-14

    Does not occur on 10.6.8 with 1.8.0.1.v20111214093905, prints: [INFO] [Imported function: x=3, y=] y
  2. Eric Merriman 2012-01-25

    Edited to change steps to include test case 1011 (instead of the incorrect 1006).
  3. Eric Merriman 2012-01-25

    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

JSON Source