[TIMOB-17793] Windows Hybrid: console.log() fails when printing large string
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-10-06T21:06:12.000+0000 |
| Affected Version/s | Release 3.4.0 |
| Fix Version/s | Release 4.0.0 |
| Components | Windows Hybrid |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2014-09-26T19:58:28.000+0000 |
| Updated | 2017-03-16T22:27:52.000+0000 |
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/6175 To test: 1) Create a Mobile Web app 2) Edit app.js and add a console.info("some really, really big string"); 3) Build the app for Windows Hybrid: Windows Phone 8 (ti build -p mobileweb -T wp8) 4) Observe the log message I'm not sure what the breaking point is, but a string with 3,500,000 characters will cause the issue.
works as described. PR merged
Closing ticket as fixed.