[TIMOB-24128] Android: Runtime disposed, cannot set property 'userAgent' warning in logs
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2016-11-22T00:24:55.000+0000 |
| Affected Version/s | Release 6.0.0 |
| Fix Version/s | Release 6.1.0 |
| Components | Android |
| Labels | qe-6.0.0 |
| Reporter | Lokesh Choudhary |
| Assignee | Gary Mathews |
| Created | 2016-11-10T01:48:53.000+0000 |
| Updated | 2018-08-16T14:40:31.000+0000 |
Description
Steps to reproduce:
1. Create a default app for android. 2. Build it for android device/emulator.Actual results:
1. We see a warning in the logs after the app launches:[WARN] : [Nexus 5] V8Object: (main) [502,573] Runtime disposed, cannot set property 'userAgent'
2. App builds fine with no issues.
master: https://github.com/appcelerator/titanium_mobile/pull/8625