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
6 files changed
tree: 8001dcb643e15385b072f6fe5ccdf0c8889c1d22
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/