[ 
https://issues.apache.org/jira/browse/CB-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431211#comment-13431211
 ] 

Braden Shepherdson commented on CB-1009:
----------------------------------------

I'll take a look at this.

>From what I'm reading about this "Failed binder transaction" error it happens 
>when you exceed the size of the internal transaction buffer in the Binder. It 
>seems like people mostly run into this when they're trying to send an image or 
>other large blob through the binder. Since this code is only sending contact 
>updates, it seems strange that it hits the same problem. Possibly the writes 
>are being batched, and enough of them are piling into one batch that it 
>exceeds the size?

I'll investigate, and maybe see what happens if the code sleeps periodically 
while updating the contacts.
                
> Mass edit of contacts result in failure: error "failed binder transaction"
> --------------------------------------------------------------------------
>
>                 Key: CB-1009
>                 URL: https://issues.apache.org/jira/browse/CB-1009
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0, 2.0.0
>         Environment: Eclipse
>            Reporter: Ciro La Ferrara
>            Assignee: Joe Bowser
>
> Mass edit contact. If contacts are few, the application works. If contacts 
> are many (180), it closes unexpectedly.
> This is the source: http://nopaste.info/d1908f2aa9.html
> In the log i have many many "!!! FAILED BINDER TRANSACTION !!!"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to