commit | f93b4006e0b1afdf304b39d13f96d9766ec14a30 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Jun 03 09:23:49 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Jun 03 16:29:48 2020 -0700 |
tree | 9f5a7eba41c964b28ccb3f549451b0c5cd36e76f | |
parent | 671f39fdf2f4938306aa78c9d12ab28088f73947 [diff] |
logd: use libbase logging We can use libbase logging to output to the kernel log instead of the 'prdebug' function, so use that instead. Bonus #1: we can now use CHECK(). Bonus #2: logging unit tests automatically output to stderr. Bonus #3: We see dependent library's logs instead of losing them to the void. Test: logging unit tests Test: logs show appropriately in dmesg / stderr Test: CHECK() works Change-Id: I92f8056b4820dc4998996cf46460568085299700