I have my own C / C ++ code, which I am currently creating as a native lib and Android application through the NDK. Native code is imbued with print operations in stdout and stderr. Is there any best practice for something like this? Can I just ignore them or do I need to go through and redirect them to the Android registration system?
I built the existing code as a standalone native binary and ran it through adb, and I saw all the printf (to stdout) output to the console.
It seems like you need to ask a question, but where does stdio go to the Android app?
android android-ndk native-code
ColonelPackage Oct 10 2018-11-11T00: 00Z
source share