Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24599] Android: console logs double percentages

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2017-07-13T17:49:13.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsandroid, console, percentage
ReporterCreative
AssigneeEric Merriman
Created2017-04-19T11:07:13.000+0000
Updated2017-07-13T17:49:22.000+0000

Description

Terminal shows odd output, and seems to escape the "%" (percentage) sign. It could be this bug has already been reported by somebody else (vaguely remember a similar bugreport) but i was unable to find it. ---- Testcase:
// (while-loop implemented for easy spotting)
while(true) {
    // Expected: "foo% bar%"
    // Actual: "foo%% bar%%"
    console.log('foo% bar%');
}
Checking the output using *Android Monitor* +does+ log the expected data. However the terminal does not.

Comments

  1. Sharif AbuDarda 2017-04-19

    Hello, I can verify the issue. Moving to TIMOB.
  2. Lokesh Choudhary 2017-07-13

JSON Source