commit | 38003165b2c8fa0c30c35c6d493c48d47ba8a8f5 | [log] [tgz] |
---|---|---|
author | Stephen Crane <cranes@google.com> | Tue Sep 14 14:20:01 2021 -0700 |
committer | Stephen Crane <cranes@google.com> | Wed Sep 15 14:17:38 2021 -0700 |
tree | 8d7816ddad30598eed2fe2a0e85048d227b637fa | |
parent | c92ae83adc509a2d6fb194b7ec266b55578351b1 [diff] |
[storageproxyd] Dump binary buffers to log instead of stderr Rewrites the buffer logging to print to the Android log instead of stderr. The storageproxyd service is started by init and stderr is not logged anywhere. Because we want to log sense data errors under normal operation, we need to log to logcat instead of stderr. Test: Define RPMB_DEBUG, build for qemu-trusty, run, inspect logcat Bug: 195544379 Change-Id: Iecc0d4680420bb92c94be628789093888a2f1941