[android-developers] Re: JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2008-12-09 Thread sandy8531

Dianne,

Thanks for the reply.

Can a misbehaving application code cause this ? If so what should I
look for in my application code. Could this be caused by hitting some
hardcoded limits during IPC ?

-thanks

On Dec 8, 10:14 pm, Dianne Hackborn [EMAIL PROTECTED] wrote:
 It means the native Binder IPC system reported an error when trying to
 submit an operation to it.

 On Mon, Dec 8, 2008 at 7:55 PM, sandy8531 [EMAIL PROTECTED] wrote:

  I get this message on the G1 device.

  Can anyone shed some light on what scenarios could cause this message,
  I suspect that it is coming from Platform code.

  12-08 21:43:27.149  1825  2980 E JavaBinder: !!! FAILED BINDER
  TRANSACTION !!!

 --
 Dianne Hackborn
 Android framework engineer
 [EMAIL PROTECTED]

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2008-12-09 Thread Dianne Hackborn
It's possibly due to the application, but I really don't know enough about
what you are doing to help any more.  The only hard-coded limit in the IPC
system is the size of an individual transaction, which you want to keep
below 100K or so.  So if you are sending, say, a big bitmap across
processes, you may be killing yourself.

On Tue, Dec 9, 2008 at 9:02 AM, sandy8531 [EMAIL PROTECTED] wrote:


 Dianne,

 Thanks for the reply.

 Can a misbehaving application code cause this ? If so what should I
 look for in my application code. Could this be caused by hitting some
 hardcoded limits during IPC ?

 -thanks

 On Dec 8, 10:14 pm, Dianne Hackborn [EMAIL PROTECTED] wrote:
  It means the native Binder IPC system reported an error when trying to
  submit an operation to it.
 
  On Mon, Dec 8, 2008 at 7:55 PM, sandy8531 [EMAIL PROTECTED] wrote:
 
   I get this message on the G1 device.
 
   Can anyone shed some light on what scenarios could cause this message,
   I suspect that it is coming from Platform code.
 
   12-08 21:43:27.149  1825  2980 E JavaBinder: !!! FAILED BINDER
   TRANSACTION !!!
 
  --
  Dianne Hackborn
  Android framework engineer
  [EMAIL PROTECTED]
 
  Note: please don't send private questions to me, as I don't have time to
  provide private support.  All such questions should be posted on public
  forums, where I and others can see and answer them.
 



-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2008-12-08 Thread Dianne Hackborn
It means the native Binder IPC system reported an error when trying to
submit an operation to it.

On Mon, Dec 8, 2008 at 7:55 PM, sandy8531 [EMAIL PROTECTED] wrote:


 I get this message on the G1 device.

 Can anyone shed some light on what scenarios could cause this message,
 I suspect that it is coming from Platform code.

 12-08 21:43:27.149  1825  2980 E JavaBinder: !!! FAILED BINDER
 TRANSACTION !!!
 



-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---