mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "KeyMint: add separator for debugging output" into main
This commit is contained in:
@@ -2024,7 +2024,7 @@ AssertionResult ChainSignaturesAreValid(const vector<Certificate>& chain,
|
||||
}
|
||||
}
|
||||
|
||||
if (KeyMintAidlTestBase::dump_Attestations) std::cout << cert_data.str();
|
||||
if (KeyMintAidlTestBase::dump_Attestations) std::cout << "cert chain:\n" << cert_data.str();
|
||||
return AssertionSuccess();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user