Description:
1. Build any android app ( I tried both default classic, alloy & a non default app) for android 4.4.X device/emulator.
2. After the app launches check the application logs in the studio console.
Actual Results:
1. We see warnings as below:
[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.
[WARN] : linker: libtiverify.so has text relocations. This is wasting memory and is a security risk. Please fix.
Expected Result:
1. We should not see these warnings.
No comments