commit | b39f05a60c4bd0fa3f71999dc259128eeb19fc08 | [log] [tgz] |
---|---|---|
author | Alice Ryhl <aliceryhl@google.com> | Fri Jan 05 13:10:12 2024 +0000 |
committer | Alice Ryhl <aliceryhl@google.com> | Tue Jan 09 10:03:56 2024 +0000 |
tree | 03da636434be7903755e7809ce876c8b7cc7d5d0 | |
parent | 8d3b50ebb5a527f89cff0aca655c03cff62f5268 [diff] |
binderThroughputTest: fail when flag is missing argument Currently, if the last argument is a flag that requires an argument, the test will perform an out-of-bounds access. Fix this by returning an error instead. Test: ran binderThroughputTest with the given flags Change-Id: Ida1391f96ccb0482eed2614db99f734b89b49472 Signed-off-by: Alice Ryhl <aliceryhl@google.com>