antoniputra
antoniputra

Reputation: 4361

Confused to fix warning "Wasting Memory" at Titanium Appcelerator

I am confused to fix this problem :

[WARN] :   linker: libtiverify.so has text relocations. This is wasting memory and is a security risk. Please fix.
[WARN] :   V8Object: Runtime disposed, cannot set property 'userAgent'

someOne has same problem ? or that is issue ?

Upvotes: 1

Views: 599

Answers (1)

GK_
GK_

Reputation: 1212

The 'text relocations' errors occur due to a bug in the android NDK that has since been fixed in r8c.

Refer this link

Upvotes: 1

Related Questions