commit | af4ca715bd1820616e04fcc63ad4e64d64df4024 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon May 24 23:22:08 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue May 25 02:42:07 2021 +0000 |
tree | c58f18b6142f954877e8486e2430b5cff15363c1 | |
parent | f51742734f476e7f9478f7cb56c18b9215ecad43 [diff] [blame] |
binderRpcTest: use waitpid Actually reap child processes. This gives us stronger guarantees (that everything can shut down) and it avoids 'kill'. Bug: 186661301 Test: binderRpcTest Change-Id: If10f00de845eb8097813b4edbf8e2b8ffdc90c5f
diff --git a/libs/binder/tests/IBinderRpcTest.aidl b/libs/binder/tests/IBinderRpcTest.aidl index 41daccc..646bcc6 100644 --- a/libs/binder/tests/IBinderRpcTest.aidl +++ b/libs/binder/tests/IBinderRpcTest.aidl
@@ -55,6 +55,7 @@ oneway void sleepMsAsync(int ms); void die(boolean cleanup); + void scheduleShutdown(); void useKernelBinderCallingId(); }