Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23631] Android: Ti.API.log prints wrong module signs(%) on console output

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2017-07-13T17:50:12.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterRakhi Mitro
AssigneeEric Merriman
Created2016-07-13T10:28:57.000+0000
Updated2017-07-13T17:50:19.000+0000

Description

Ti.API.log prints wrong module signs on output. *index.xml*
<Alloy>
	<Window class="container">
		<Label id="label" onClick="doClick">Hello, World</Label>
	</Window>
</Alloy>
*index.js*
function doClick(e) {
    alert($.label.text);
    
    Ti.API.log('%');
}

$.index.open();
*Console logs:*
[INFO] :   ALERT: (KrollRuntimeThread) [593,5590] Hello, World
[INFO] :   %%

Comments

  1. Hans Knöchel 2016-07-13

    This is an Android-only issue, works like expected on iOS.
  2. Lokesh Choudhary 2017-07-13

JSON Source