[TIMOB-1759] logging and unicode test case - TiAPI not defined error, default buffer size error
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-15T03:01:29.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | android, defect |
| Reporter | Thomas Huelbert |
| Assignee | Don Thorp |
| Created | 2011-04-15T03:01:29.000+0000 |
| Updated | 2017-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.
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) 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.
Closing ticket as invalid.