It's called when you invoke System.loadLibrary(xxx) in java layer. Dalvik VM interprets it and invokes c++ function nativeLoad() finally which actually loads the native library and calls JNI_OnLoad.
On Wed, Jan 21, 2009 at 4:08 PM, srini amul <[email protected]> wrote: > when JNI_OnLoad() function will get call and by which component will it get > call ? > > Thanks & Regards, > P.Sriniamul > ------------------------------ > Add more friends to your messenger and enjoy! Invite them now. > > > <http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
