Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1759] logging and unicode test case - TiAPI not defined error, default buffer size error

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T03:01:29.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, defect
ReporterThomas Huelbert
AssigneeDon Thorp
Created2011-04-15T03:01:29.000+0000
Updated2017-03-09T23:17:54.000+0000

Description

1.run the test case (BaseUI>Views>WebViews>Loggin and unicode) and check the output

results:
1.E/Web Console( 4170): Uncaught ReferenceError: TiAPI is not defined at :3

2.I/global ( 4170): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.

Comments

  1. Don Thorp 2011-04-15

    Bill, this might be related to reusing html that you looked at before.

    Thomas, #2 is a warning from the OS. In some cases it's not possible to work around it by setting our own buffer size. It's performance issue, but it doesn't cause a real issue. We'll look to see if this one is preventable.

  2. Bill Dawson 2011-04-15

    (2) is not an error, you'll see it all over the place in Android traces. (1) is a duplicate of #1635. So I'll close this one.

  3. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source