Differentiate between error and info/warning in libvintf output
The output of check_vintf is very verbose to help debug issues, but it
is difficult to understand where the actual error is without being
familiar with the process.
This change:
- adds a [INFO] tag to logs that are INFO/DEBUG/VERBOSE
- adds a [WARN] tag to logs that are WARNING
- uses yellow text output for the WARNING logs
- uses red text output for the ERROR/FATAL logs that go to stderr
Test: add deprecated HAL to cuttlefish manifest and build
Bug: 376546975
Change-Id: I9bbc61d53697d3591c07f688bf2119c96f59361f
1 file changed