How to test JNI C++ code?
What I do now:
- write some C++ test code to call the
function that I want to test
- write some Jni to call
C++ test code
- write some Java test Code to call
Jni code
but these test C++ And Java test code will remain in release apk.
Is there best pratice to test Jni C++ code ?