Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2214] Ti.API.info not logging to INFO

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-04-23T22:38:40.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsStudio, Titanium SDK & CLI
Labelsandroid
ReporterMike Jenkins
AssigneeMauro Parra-Miranda
Created2013-04-21T06:27:06.000+0000
Updated2016-03-08T07:41:12.000+0000

Description

*Problem description* No output is generated in Console for "Titanium Android Emulator - " when log level is set to INFO when calling Ti.API.info function. If log level is set to DEBUG or TRACE and function is called output is produced but so is a lot of extra output making it hard to filter output. *Test case*
var win = Ti.UI.createWindow({
	backgroundColor : "#FFF"
});

Ti.API.info("Testing 123");

win.open();

Comments

  1. Daniel Sefton 2013-04-23

    Cannot reproduce with same studio version, Ti SDK 3.1 GA and Android emulator 4.1.2. The following output is generated in the console with the log level set to "info":
    [INFO][TiAPI   ( 1449)]  Testing 123

JSON Source