commit | e7ae4e31ae94f35064bf31024d143912b4be8e2a | [log] [tgz] |
---|---|---|
author | Jordan Silva <silvajordan@google.com> | Wed Aug 28 13:45:59 2024 +0100 |
committer | Jordan Silva <silvajordan@google.com> | Wed Aug 28 17:09:29 2024 +0100 |
tree | 87b86b17558a02e24bd56189b238ae515e15efb6 | |
parent | 4fd9449d642c71355f004a48e001f52f93a3d193 [diff] |
Refactoring OverviewCommandHelper (1/3) - Updates pendingCommands to be a ConcurrentLinkedDeque and make the list safe across multiple threads. - Introduces CommandStatus to clear only IDLE and COMPLETED commands. - Adds CommandType enum to prevent adding an invalid command value into the queue and having an unexpected behavior. - Log messages improved Bug: 352046797 Bug: 351122926 Flag: EXEMPT bugfix. Test: Manual. Change-Id: I80705dca0be579e62cb9e2bd923808dd33c4d633