Correction to logging when SRM version is queried
[ Merge of http://go/wvgerrit/72703 ] SRM is an optional feature and whether it is implemented is upto the discretion of OEMs. If it is not, avoid logging this information. Bug: 124391178 Test: WV unit/integration tests Change-Id: If8d2b1e0b59fb11825f832a5d4259b03c482fd6b
This commit is contained in:
@@ -4380,6 +4380,11 @@ TEST_F(WvCdmRequestLicenseTest, QueryStatus) {
|
||||
wvcdm::QUERY_KEY_OEMCRYPTO_BUILD_INFORMATION,
|
||||
&value));
|
||||
EXPECT_TRUE(!value.empty());
|
||||
|
||||
EXPECT_EQ(wvcdm::NO_ERROR,
|
||||
decryptor_.QueryStatus(kLevelDefault,
|
||||
wvcdm::QUERY_KEY_CURRENT_SRM_VERSION,
|
||||
&value));
|
||||
}
|
||||
|
||||
TEST_F(WvCdmRequestLicenseTest, QueryStatusL3) {
|
||||
|
||||
Reference in New Issue
Block a user