{ "id": "62391", "key": "TIMOB-1759", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:01:29.000+0000", "created": "2011-04-15T03:01:29.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T23:17:54.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
1.run the test case (BaseUI>Views>WebViews>Loggin and\nunicode) and check the output
\nresults:
\n1.E/Web Console( 4170): Uncaught ReferenceError: TiAPI is not\ndefined at :3
2.I/global ( 4170): Default buffer size used in BufferedReader\nconstructor. It would be better to be explicit if an 8k-char buffer\nis required.
Bill, this might be related to reusing html that you looked at\nbefore.
\nThomas, #2 is a warning from the OS. In some cases it's not\npossible to work around it by setting our own buffer size. It's\nperformance issue, but it doesn't cause a real issue. We'll look to\nsee if this one is preventable.
(2) is not an error, you'll see it all over the place in Android\ntraces. (1) is a duplicate of #1635. So\nI'll close this one.