libbinder: RPC explicit check when out of async IDs
There are far more IDs in a uint64_t than is reasonable to be called on a binder (commented in the CL, 1000 oneway transactions per second for 585 million years to a single binder). If necessary, we could remove this limit by rotating the IDs (no more than 2**64 simultaneous transactions to a single binder). However, there are more critical problems to handle, so leaving this as-is for now. Bug: 183140903 Test: binderRpcTest Change-Id: I5fe33278c965745e31fc0b14a21626a4c680fa70
Loading
Please register or sign in to comment