commit | b79d97029eb515a7f888a9854ab17760f2026c59 | [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 | 3e0a17b2be3384f1bad1d2fc4e5f9ea273ce0185 [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