Can I know the name of the class that calls a JNI C method?

前端 未结 3 769
失恋的感觉
失恋的感觉 2020-12-05 15:23

Is there any way I can know the name of the class that called a method in JNI C code ? I can obtain a reference to the class using the following statement :

         


        
3条回答
提交回复
热议问题