commit | c18abedfe29eb51fec14797ecf0bb101d22900b2 | [log] [tgz] |
---|---|---|
author | David Chen <dwchen@google.com> | Wed Nov 22 16:47:59 2017 -0800 |
committer | David Chen <dwchen@google.com> | Wed Nov 22 16:49:11 2017 -0800 |
tree | fbe8e2dd3ce3fa840de942ad4f898393dbe5ab48 | |
parent | 916c83d2271d6d536e3ca2ea2b57892d9a15470c [diff] |
Fixes out of range bug in SimpleConditionTracker. One of the unit tests was flaky because mStopAllLogMatcherIndex may be greater than the size of eventMatcherValues, so we access an element that is greater than the vector size. Test: Check unit-tests still work. Flake is a bit hard to find. Change-Id: Ib177cd0ae00bbe7aa6982c6ec31d9094253a9c10