VM interrupt error - Android

Hi I am creating my own API app in Android. This works fine in AVD2.2, AVD3.1, AVD3.2, AVD4.0 and AVD4.0.3, but in ADV2.3.3 I got the error as below
03-21 14:43:57.449: W/dalvikvm(527): JNI WARNING: jarray 0x4054ded8
points to non-array object (Ljava/lang/String;) 03-21 14:43:57.449:
I/dalvikvm(527): "WebViewCoreThread" prio=5 tid=9 NATIVE 03-21
14:43:57.449: I/dalvikvm(527):   | group="main" sCount=0 dsCount=0
obj=0x4051d360 self=0x1e6f38 03-21 14:43:57.449: I/dalvikvm(527):   |
sysTid=536 nice=0 sched=0/0 cgrp=default handle=1994864 03-21
14:43:57.449: I/dalvikvm(527):   | schedstat=( 1002040390 1270282115
139 ) 03-21 14:43:57.449: I/dalvikvm(527):   at
android.webkit.WebViewCore.nativeTouchUp(Native Method) 03-21
14:43:57.449: I/dalvikvm(527):   at
android.webkit.WebViewCore.nativeTouchUp(Native Method) 03-21
14:43:57.449: I/dalvikvm(527):   at
android.webkit.WebViewCore.access$3300(WebViewCore.java:53) 03-21
14:43:57.449: I/dalvikvm(527):   at
android.webkit.WebViewCore$EventHub$1.handleMessage(WebViewCore.java:1158)
03-21 14:43:57.449: I/dalvikvm(527):   at
android.os.Handler.dispatchMessage(Handler.java:99) 03-21
14:43:57.449: I/dalvikvm(527):   at
android.os.Looper.loop(Looper.java:123) 03-21 14:43:57.459:
I/dalvikvm(527):   at
android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:629)
03-21 14:43:57.459: I/dalvikvm(527):   at
java.lang.Thread.run(Thread.java:1019) 03-21 14:43:57.459:
E/dalvikvm(527): VM aborting

      

My code

final class MyJavaScriptInterface
    {
        public void ProcessJavaScript(final String scriptname, final String args)
            {   
                mHandler.post(new Runnable() {
                    public void run()
                        {
                            jscmdprocessor.GetJSCommand(scriptname, args);
                        }
                    });
            }
    }

      

What have I done wrong? Please help me (I couldn't use the full code)

+3
android


source to share


No one has answered this question yet

See similar questions:

3
Strange fatal crash with ExifInterface and VM interrupt

or similar:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to persist android activity state by persisting instance state?
2097
Is there a way to run Python on Android?
1858
"Debug certificate expired" error in Android Eclipse plugins
3
dalvikvm (601): VM abort ERROR?
2
Problem parsing large xml files in Android
0
ANR due to deadlock between app and widgets?



All Articles
Loading...
X
Show
Funny
Dev
Pics