sayed neiman
unread,Apr 6, 2023, 10:44:48 AM4/6/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi Android Team,
I have an android Application where I have written Go code and compiled to C/C++, I am using the jniLibs and jni to store my .so and .h files and the methods of Go is executing file but I want to see the logging statements which is written inside Go file(which exist in shared library .so file), Android is not displaying the logs automatically in Android studio logcat and with that I tried many different ways to access logs but none of them is working for me, Please Help me to see the logs of Shared library in android studio.