[AC-2214] Ti.API.info not logging to INFO
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-04-23T22:38:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | android |
Reporter | Mike Jenkins |
Assignee | Mauro Parra-Miranda |
Created | 2013-04-21T06:27:06.000+0000 |
Updated | 2016-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();
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":