Source release 19.5.0
This commit is contained in:
@@ -65,9 +65,7 @@ std::vector<uint8_t> BuildDeviceInfo(int version) {
|
||||
static void DumpValidatorOutput(const DeviceInfoValidator& validator) {
|
||||
const std::string out = validator.GetFormattedMessage();
|
||||
LOGI("%s", out.c_str());
|
||||
for (auto& msg : validator.GetValidateMessages()) {
|
||||
LOGE("Error code %d: %s", msg.first, msg.second.c_str());
|
||||
}
|
||||
LOGE("Validation results\n%s", validator.PrintValidateMessage().c_str());
|
||||
}
|
||||
|
||||
TEST(OEMCryptoDeviceInfoValidatorTest, DeviceInfoParseError) {
|
||||
|
||||
Reference in New Issue
Block a user