what is this error in android? -
what error ??
02-17 22:00:54.199: error/androidruntime(338): fatal exception: main 02-17 22:00:54.199: error/androidruntime(338): java.lang.runtimeexception: failure delivering result resultinfo{who=null, request=1, result=-1, data=null} activity {com.dattsmoon.andfbchat/com.dattsmoon.andfbchat.andfbchat}: java.lang.illegalthreadstateexception: thread started. 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activitythread.deliverresults(activitythread.java:2496) 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activitythread.handlesendresult(activitythread.java:2538) 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activitythread.access$2000(activitythread.java:117) 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activitythread$h.handlemessage(activitythread.java:958) 02-17 22:00:54.199: error/androidruntime(338): @ android.os.handler.dispatchmessage(handler.java:99) 02-17 22:00:54.199: error/androidruntime(338): @ android.os.looper.loop(looper.java:123) 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activitythread.main(activitythread.java:3647) 02-17 22:00:54.199: error/androidruntime(338): @ java.lang.reflect.method.invokenative(native method) 02-17 22:00:54.199: error/androidruntime(338): @ java.lang.reflect.method.invoke(method.java:507) 02-17 22:00:54.199: error/androidruntime(338): @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:839) 02-17 22:00:54.199: error/androidruntime(338): @ com.android.internal.os.zygoteinit.main(zygoteinit.java:597) 02-17 22:00:54.199: error/androidruntime(338): @ dalvik.system.nativestart.main(native method) 02-17 22:00:54.199: error/androidruntime(338): caused by: java.lang.illegalthreadstateexception: thread started. 02-17 22:00:54.199: error/androidruntime(338): @ java.lang.thread.start(thread.java:1227) 02-17 22:00:54.199: error/androidruntime(338): @ com.dattsmoon.andfbchat.andfbchat.onactivityresult(andfbchat.java:190) 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activity.dispatchactivityresult(activity.java:3907) 02-17 22:00:54.199: error/androidruntime(338): @ android.app.activitythread.deliverresults(activitythread.java:2492) 02-17 22:00:54.199: error/androidruntime(338): ... 11 more 02-17 22:03:14.428: error/inputdispatcher(60): channel '40766410 com.dattsmoon.andfbchat/com.dattsmoon.andfbchat.andfbchat (server)' ~ consumer closed input channel or error occurred. events=0x8 02-17 22:03:14.438: error/inputdispatcher(60): channel '40766410 com.dattsmoon.andfbchat/com.dattsmoon.andfbchat.andfbchat (server)' ~ channel unrecoverably broken , disposed! 02-17 22:03:15.298: error/inputdispatcher(60): received spurious receive callback unknown input channel. fd=172, events=0x8 02-17 22:03:15.298: error/inputdispatcher(60): received spurious receive callback unknown input channel. fd=163, events=0x8
you're calling start()
twice on thread. in line 190 of file andfbchat.java.
Comments
Post a Comment