Hello, We have a question regarding limit of loaded shared libraries. We have failed to load a library. This problem is resolved to increase SO_MAX from 96 to 150
Plz refer to below source. ./bionic/linker/linker.c #define SO_MAX 150 //#define SO_MAX 96 - Is there any problem if it's increased? - Is there any known memory issue of increasing this to a higher value? Thanks and regards, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

