Quantcast
Viewing all articles
Browse latest Browse all 8068

Titanium - "linker: libkroll-v8.so has text relocations. This is wasting memory and is a security risk."

I am getting the below output in the console when starting my app. I have sent a few hours Googling this but to no avail. Only past bugs that had been resolved coming up. At the moment this app is in the early stages of development so it could be down to the poor coding practise I was using for the windows creation (Creating a variable in Ti.API.windowname)? Using Titanium Studio, build: 3.2.3.201404181442, and running on a connected Android device (Sony Xperia Z).

Any hints to point me in the right direction would be greatly appreciated!

[DEBUG] :  dalvikvm: Trying to load lib /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libstlport_shared.so 0x44787328
[WARN] :   linker: libstlport_shared.so has text relocations. This is wasting memory and is a security risk. Please fix.
[DEBUG] :  dalvikvm: Added shared lib /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libstlport_shared.so 0x44787328
[DEBUG] :  dalvikvm: No JNI_OnLoad found in /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libstlport_shared.so 0x44787328, skipping init
[DEBUG] :  dalvikvm: Trying to load lib /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libkroll-v8.so 0x44787328
[WARN] :   linker: libkroll-v8.so has text relocations. This is wasting memory and is a security risk. Please fix.
[DEBUG] :  dalvikvm: Added shared lib /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libkroll-v8.so 0x44787328
[DEBUG] :  dalvikvm: Trying to load lib /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libtiverify.so 0x44787328
[WARN] :   linker: libtiverify.so has text relocations. This is wasting memory and is a security risk. Please fix.
[DEBUG] :  dalvikvm: Added shared lib /data/app-lib/nz.co.fivebuzz.creditwatcher-2/libtiverify.so 0x44787328
[INFO] :   TiApplication: (main) [123,218] Titanium Javascript runtime: v8
[INFO] :   TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null
[WARN] :   V8Object: Runtime disposed, cannot set property 'userAgent'
[INFO] :   ActivityManager: Timeline: Activity_launch_request id:nz.co.fivebuzz.creditwatcher time:157571827
[INFO] :   TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = nz.co.fivebuzz.creditwatcher.CreditWatchActivity@44878720
[DEBUG] :  Window: Checkpoint: postWindowCreated()
[WARN] :   ResourceType: CREATING STRING CACHE OF 44 bytes

Viewing all articles
Browse latest Browse all 8068

Trending Articles