[android-developers] Re: App crash report - InputChannel - could not read input channel file descriptors from parcel.
I know this is a *really* old thread now, but there is a credible issue raised for it.
So those that are experiencing it can go and star if you want to add your weight to getting it noticed and fixed.
William
On Monday, October 3, 2011 11:12:04 AM UTC+10, NickL wrote:
Hi - crash report is showing this:
"Android.View.InputChannel.nativeReadFromParcel - Could not read input
channel file descriptors from parcel." this seems to occur when the
user pressed a button that inflates a dialog. Seems like standard
stuff.
I googled this message and only see it in a Cyanogenmod code listing.
Is it possible this is a bug related only to Cyanogenmod users?
Also - in the android.view.InputChannel source is has this comment:
"An input channel specifies the file descriptors used to send input
events to a window in another process. It is Parcelable so that it can
be sent to the process that is to receive events. Only one thread
should be reading from an InputChannel at a time.".
Is it possible that somehow by opening a dialog (view) I am violating
the rule of only one thread reading from the input channel? Is there
maybe some cleanup I should be doing after opening a dialog?
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home