I want to log the JNI data like JNI byte,byte Array on the Android console .I am trying LOGI and LOGE but it is not taking %formatting string.
LOGI("data = %d",data);
LOGE("data = %d",data);
I want to log the JNI data like JNI byte,byte Array on the Android console .I am trying LOGI and LOGE but it is not taking %formatting string.
LOGI("data = %d",data);
LOGE("data = %d",data);