android native binder crash while server send msg to client
问题 I have suffered from this bug for days. Help me, if you know anything that may help. I use the camera framework to get my hardware work. Most of the time, it works properly. Howerver, sometimes the binder kill my server's main thread because that condition "bwr.write_consumed < mOut.dataSize()" meets as below. This happens when client call the server and server do something,then returned because user input is needed to finish the task. Then after all work is done, server will send a msg to