Reputation: 4361
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
Reputation: 1212
The 'text relocations' errors occur due to a bug in the android NDK that has since been fixed in r8c.
Upvotes: 1