Clean up logging of device id
It helps in debugging and scanning logs if the device id is human readable. Bug: 299108238 Change-Id: Ib358b71514b2ddcc61bc6239ff802d87dad7d3ef
This commit is contained in:
committed by
Robert Shih
parent
7bb0b06c03
commit
b99d1213df
@@ -19,9 +19,6 @@ namespace wvoec {
|
||||
|
||||
const char* HDCPCapabilityAsString(OEMCrypto_HDCP_Capability value);
|
||||
|
||||
std::string MaybeHex(const uint8_t* data, size_t length);
|
||||
std::string MaybeHex(const std::vector<uint8_t>& data);
|
||||
|
||||
// This test attempts to use alternate algorithms for loaded device certs.
|
||||
class OEMCryptoLoadsCertificateAlternates : public OEMCryptoLoadsCertificate {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user