• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

IPC Binder Android

I am having doubts with Android IPC binder.

I have two applications which I terms as client and server. Both of them are binded through binder and it's AIDL . Servers pumps data to client through aidl callback each 50ms. There are situation when server stops sending callback and client app hangs.

Can't determine why server stops sending callback and neither i am getting service died. Pid doesn't change for both client and server.

Question is how shall we get notified if callback not received or callback removed??

Can someone please help.
 
Back
Top Bottom