commit | 71686da5fc18d4ffbae6e30ad9c7a6d21e3da984 | [log] [tgz] |
---|---|---|
author | Carlos Llamas <cmllamas@google.com> | Sat Sep 23 20:34:58 2023 +0000 |
committer | Alice Ryhl <aliceryhl@google.com> | Fri Jan 05 12:42:30 2024 +0000 |
tree | ffa2ace4782c7bd9ed7fb9e475b60f029a5a4f4c | |
parent | 8c5135222b5bef532ecbbce5d501bd37cb93dad9 [diff] |
binderThroughputTest: match argv parsing with early continue Some argv[] parsing options use continue and others don't. Lets match all of them with the same early "skip loop" behavior. Change-Id: Iafbfb65d908c5163697d42b63d4f18b9be520fd8 Signed-off-by: Carlos Llamas <cmllamas@google.com>