Hi All,
              i am observing a issue related to JNI warning when i try to
run the gunbros game on ICS .
I observed that it is working on Samsung Nexus (may be because checkjni is
disabled on commercial phones). I wanted to disable the checkjni by
performing following steps :-

pull /system/build.prop through adb shell and modify the
ro.kernel.android.checkjni=0 and make it 0.

or

adb shell setprop debug.checkjni 0


but none of these are working and i am seeing the JNI warning as follows in
the logs :-


W/dalvikvm(  621): JNI WARNING: 0x957ce610 is not a valid JNI reference



W/dalvikvm(  621):              in
Lcom/glu/platform/android/GluPlatformActivityJNI;.onDrawFrame (IJZ)V
(CallStaticObjectMethodV)



I/dalvikvm(  621): "pool-2-thread-1" prio=5 tid=9 RUNNABLE



I/dalvikvm(  621):   | group="main" sCount=0 dsCount=0 obj=0x406e7bc0
self=0x238648



I/dalvikvm(  621):   | sysTid=635 nice=0 sched=0/0 cgrp=default
handle=2328448



I/dalvikvm(  621):   at
com.glu.platform.android.GluPlatformActivityJNI.onDrawFrame(Native Method)



I/dalvikvm(  621):   at
com.glu.platform.android.GluPlatformActivity.onDrawFrame((null):-1)



I/dalvikvm(  621):   at
com.glu.platform.android.GluMainView$TickTask.run((null):-1)



I/dalvikvm(  621):   at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:444)



I/dalvikvm(  621):   at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:323)



I/dalvikvm(  621):   at
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)



I/dalvikvm(  621):   at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:153)







Can anyone please help me in resolving this issue?



Thanks and Regards,

Alhad

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to