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??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.