[TIMOB-18442] Android warnings in console when running an app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-02-03T18:30:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | Android |
Labels | n/a |
Reporter | Jeff Haynie |
Assignee | Ingo Muschenetz |
Created | 2015-01-24T17:46:26.000+0000 |
Updated | 2015-02-14T01:30:13.000+0000 |
Description
[WARN] : linker: libtiverify.so has text relocations. This is wasting memory and is a security risk. Please fix.
[INFO] : TiApplication: (main) [58,408] Titanium Javascript runtime: v8
[WARN] : linker: libstlport_shared.so has text relocations. This is wasting memory and is a security risk. Please fix.
[WARN] : linker: libkroll-v8.so has text relocations. This is wasting memory and is a security risk. Please fix.
We need to investigate a fix for these.
This ticket has been fixed by updating the Android NDK version on Jenkins. To test it, run an app with
and should not see any warnings related to "text relocations".
Verified fix on: Mac OSX 10.10.2 Appcelerator Studio, build: 4.0.0.201502111458 Titanium SDK build: 4.0.0.v20150212080708 Titanium CLI, build: 3.6.0-dev Alloy: 1.6.0-alpha Android Build tools 21.1.2 Nexus 6 (5.0.1) Built to device, the log message no longer appears in the console. Closing ticket.