commit | 0bf66db19c5adb75305f0175be29e6f3f984dafb | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu May 21 13:56:33 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu May 21 14:10:17 2020 -0700 |
tree | 8001dcb643e15385b072f6fe5ccdf0c8889c1d22 | |
parent | 1145845beca1b3262f643eae5c7cdf38614c855e [diff] |
logd: move current sequence from LogBufferElement to LogBuffer This is required for tests that are aware of sequence numbers to pass; each new LogBuffer instance should start from sequence = 1, which isn't the case if the current sequence number is a static. Test: unit tests Change-Id: Ie488f8ac5e22b946b7e6237d1d5caf14929c0ec3