commit | cab21af5e748ed2332e87e6fce1da260f1fb0f38 | [log] [tgz] |
---|---|---|
author | Samuel Johnson <[email protected]> | Wed Dec 04 15:07:46 2024 -0800 |
committer | Samuel Johnson <[email protected]> | Mon Dec 09 15:47:13 2024 -0800 |
tree | 35f9dc5e1af632e1ffa1e5a824af35a0b33913a6 | |
parent | bbf4c900b98599e08a7781b0f625666418b566d3 [diff] |
Create a HandleInput class to handle user input Currently, logic to ask for user input is handled by validate_simpleperf directly. Since we will ask for user input multiple times, refactor this logic into a standalone class that can be reused generically. Test: atest validate_simpleperf_unit_test Fixes: 382330822 Change-Id: Ia13c36f898f78f2f1dc1a845f2a88da8ef396305