logd: make LogBuffer an interface

We may use different implementations of LogBuffer in the future, so we
make it interface and create a concrete ChattyLogBuffer class that
implements it.

Test: logging unit tests
Change-Id: I5731d6404640664c9acc26b7c677dff3110c6a11
16 files changed
tree: 37c62b9efc7fd36bc7d952e2276c08d3377521c8
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/