liblogcat: add android_logcat_popen and android_logcat_system

Supply a wrapper to the logcat API that provides some analogous
functionality to popen and system libc calls with some bits of
KISS shell-like parsing for environment, quotes and error
redirection handling.

Test: gTest logcat-unit-tests
Bug: 35326290
Change-Id: I9494ce71267ad2b2bec7fcccfc7d4beddae9aea6
6 files changed
tree: c5ad6e6761846ba16d7f269c8c9836c97e4b155d
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/