android - Java/JNI - Is it possible to retrieve the native function address from the Java "side"? -
when calling native code (i.e. c/c++) java function through jni, possible native function address when inside java function?
i assume not, maybe jni experts can prove me wrong...
btw: i'm working on android, have no control on native function.
Comments
Post a Comment