2011/08/15

Android CheckJNI

CheckJNI can catch a number of common errors.

A simple way to enable or disable JNI:
adb remount
adb pull /system/build.prop .

delete or add line ro.kernel.android.checkjni=1

adb push build.prop /system/.
adb shell reboot



Reference:
http://android-developers.blogspot.com/2011/07/debugging-android-jni-with-checkjni.html

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...