When running monkey, after a certain amount of time, this exception is thrown:
06-18 10:40:09.405: DEBUG/AndroidRuntime(1111): Shutting down VM 06-18 10:40:09.405: WARN/dalvikvm(1111): threadid=3: thread exiting with uncaught exception (group=0x4000fe70) 06-18 10:40:09.415: ERROR/AndroidRuntime(1111): Uncaught handler: thread main exiting due to uncaught exception 06-18 10:40:09.426: ERROR/AndroidRuntime(1111): *** EXCEPTION IN SYSTEM PROCESS. System will crash. 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): java.lang.SecurityException: StatusBarService: Neither user 2000 nor current process has android.permission.EXPAND_STATUS_BAR. 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at android.os.Parcel.readException(Parcel.java:1234) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at android.os.Parcel.readException(Parcel.java:1222) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at android.view.IWindowManager$Stub$Proxy.injectKeyEvent (IWindowManager.java:754) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at com.android.commands.monkey.MonkeyKeyEvent.injectEvent (MonkeyKeyEvent.java:116) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at com.android.commands.monkey.Monkey.runMonkeyCycles(Monkey.java:730) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at com.android.commands.monkey.Monkey.run(Monkey.java:404) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at com.android.commands.monkey.Monkey.main(Monkey.java:292) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at com.android.internal.os.RuntimeInit.finishInit(Native Method) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:186) 06-18 10:40:09.686: ERROR/AndroidRuntime(1111): at dalvik.system.NativeStart.main(Native Method) 06-18 10:40:09.746: ERROR/JavaBinder(1111): Unknown binder error code. 0xfffffff7 06-18 10:40:09.746: ERROR/AndroidRuntime(1111): Crash logging skipped, no checkin service 06-18 10:40:09.746: INFO/Process(1111): Sending signal. PID: 1111 SIG: 9 I added this line to the manifest in order to try to prevent this error: <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" / > but I still get that error. What can be done to prevent this error? Thanks, Jade --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

