commit | 6742ee98ac9b9891888e7fc4c73b6257cc70734a | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Dec 15 14:24:59 2023 -0800 |
committer | Siarhei Vishniakou <svv@google.com> | Fri Dec 15 15:14:43 2023 -0800 |
tree | 70e3f7a8773e19699560a6899da356b7da3aa8e2 | |
parent | b507b71cc52f9203657f221808eef04d58dd6398 [diff] |
Correctly handle empty vector when printing before this CL, an empty vector passed to 'dumpVector' would cause a crash (in the good case) and undefined behaviour otherwise. In this CL, fix this function. Bug: 211379801 Test: TEST=inputflinger_tests; m $TEST && $ANDROID_HOST_OUT/nativetest64/$TEST/$TEST Change-Id: I93f4defb947f41d68f0ec22bd35b6c069fbc15e4