commit | adf2e441bdaa707117c177a62259fd2d0f9f3c85 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu May 14 19:25:05 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu May 14 19:53:45 2020 -0700 |
tree | 30a1cd430b63670f148c80262e375be0aaa2d9ec | |
parent | 4890fbd82efff467e7f46905910d654f4ca41d59 [diff] |
logd: remove SocketClient from LogBuffer and LogBufferElement In the future, we'll want to be able to write to outputs that are not necessarily a libsysutils SocketClient, for example host tests of LogBuffer. Therefore, we add a LogWriter class to be used instead of SocketClient. Test: logging unit tests Change-Id: I4385be65e14e83a635691a7ba79e9bf060e49484