commit | ea20772c42bbed0e752a91ec189bdacd8f41f7c8 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Tue Mar 05 11:12:38 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 05 11:12:38 2024 +0000 |
tree | 42d8ed750716aef9b1d0fd07642b91424e0d9533 | |
parent | 695f02607bd0b32eb4c1b00c16efb6da579f2b9a [diff] | |
parent | f3a4bea6dfe926a49c09ff23240b13fc05c2fc6d [diff] |
Merge "KeyMint: add separator for debugging output" into main
diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp index 087f763..c121d31 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp
@@ -2024,7 +2024,7 @@ } } - if (KeyMintAidlTestBase::dump_Attestations) std::cout << cert_data.str(); + if (KeyMintAidlTestBase::dump_Attestations) std::cout << "cert chain:\n" << cert_data.str(); return AssertionSuccess(); }