Hi, I'm running the monkey test tool. Every once in a while, I'll get an exception (follows), but I'm not sure how to interpret it as the stack trace doesn't point to any line of my app code. I do notice that this error usually happens when one of my EditTexts have input, and the system has changed the keypad to display different character sets.
If I run with the same seed, I should get the same error - is there a way to pause the monkey on the action right before the one that crashes, so I can at least visually see what it's doing the moment before the exception? ** System appears to have crashed at event 9027 of 10000 using seed 0 WARN/InputManagerService(563): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@43766b48 DEBUG/AndroidRuntime(1139): Shutting down VM WARN/dalvikvm(1139): threadid=3: thread exiting with uncaught exception (group=0x4000fe70) ERROR/AndroidRuntime(1139): Uncaught handler: thread main exiting due to uncaught exception ERROR/AndroidRuntime(1139): java.lang.IllegalArgumentException: parameter must be a descendant of this view ERROR/AndroidRuntime(1139): at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java: 2454) ERROR/AndroidRuntime(1139): at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java: 2391) ERROR/AndroidRuntime(1139): at android.view.ViewRoot.scrollToRectOrFocus(ViewRoot.java:1301) ERROR/AndroidRuntime(1139): at android.view.ViewRoot.draw (ViewRoot.java:1107) ERROR/AndroidRuntime(1139): at android.view.ViewRoot.performTraversals(ViewRoot.java:1030) ERROR/AndroidRuntime(1139): at android.view.ViewRoot.handleMessage (ViewRoot.java:1482) ERROR/AndroidRuntime(1139): at android.os.Handler.dispatchMessage (Handler.java:99) ERROR/AndroidRuntime(1139): at android.os.Looper.loop(Looper.java: 123) ERROR/AndroidRuntime(1139): at android.app.ActivityThread.main (ActivityThread.java:3948) ERROR/AndroidRuntime(1139): at java.lang.reflect.Method.invokeNative(Native Method) ERROR/AndroidRuntime(1139): at java.lang.reflect.Method.invoke (Method.java:521) ERROR/AndroidRuntime(1139): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:782) ERROR/AndroidRuntime(1139): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540) ERROR/AndroidRuntime(1139): at dalvik.system.NativeStart.main (Native Method) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

