commit | 2839c45cf9c29c11c588e5fdc868c00922f2ae6e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Feb 16 01:48:01 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Feb 16 01:49:27 2023 +0000 |
tree | bbabb0774df95184b7f98d92fa942d19d57be758 | |
parent | b1fe177da30fc3771f3e3ba1188476a7856ce000 [diff] |
libbinder: double cost for incorrect wait config If the process is configured incorrectly, waitForService waits for 1s. We'd like to make this an error, but when this was originally introduced, we didn't have functions to understand the threadpool. So, we start by making it a little bit more obvious. Bug: 269503132 Test: N/A Change-Id: I891a0b2ec4cdaff9fcfb6955dc6f08f0e4e3cfd1