adb shell setprop debug.checkjni 1
W JNI WARNING: method declared to return 'Ljava/lang/String;' returned '[B' W failed in LJniTest;.exampleJniBug I "main" prio=5 tid=1 RUNNABLE I | group="main" sCount=0 dsCount=0 obj=0x40246f60 self=0x10538 I | sysTid=15295 nice=0 sched=0/0 cgrp=default handle=-2145061784 I | schedstat=( 398335000 1493000 253 ) utm=25 stm=14 core=0 I at JniTest.exampleJniBug(Native Method) I at JniTest.main(JniTest.java:11) I at dalvik.system.NativeStart.main(Native Method) I E VM aborting
CallNonvirtual...Method()
Class.getSuperclass() == java.lang.Object.class
<permission android:name= "com.example.gcm.permission.C2D_MESSAGE" android:protectionLevel="signature" />
Intent intent = new Intent(this, LocalService.class); bindService(intent, mConnection, Context.BIND_AUTO_CREATE); Intent intent = new Intent(MY_BIND_ACTION_STRING); bindService(intent, mConnection, Context.BIND_AUTO_CREATE);