Hi Group members,
I am facing a problem where I am using a list view and on click of
list item,sending intent to the another activity.Observed that the
intent is recieved
more than once in the recieving activity and finally it gives
RuntimeException.
Can anybody give some pointers to resolve this.Above behavior is
observed rarely in my application
Error logs:
07-06 11:10:11.514: ERROR/AndroidRuntime(1507): Uncaught handler:
thread main exiting due to uncaught exception
07-06 11:10:11.522: ERROR/AndroidRuntime(1507):
java.lang.RuntimeException: Error receiving broadcast Intent { <intent
name> (has extras) } in <activity name>$...@43e53940
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
android.app.ActivityThread$PackageInfo$ReceiverDispatcher
$Args.run(ActivityThread.java:796)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
android.os.Handler.handleCallback(Handler.java:587)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
android.os.Handler.dispatchMessage(Handler.java:92)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
android.os.Looper.loop(Looper.java:136)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
android.app.ActivityThread.main(ActivityThread.java:4425)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
java.lang.reflect.Method.invokeNative(Native Method)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
java.lang.reflect.Method.invoke(Method.java:521)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:860)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
07-06 11:10:11.522: ERROR/AndroidRuntime(1507): at
dalvik.system.NativeStart.main(Native Method)
Thanks,
Shekhar
--
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