Removed a few more log prefixes in core/
[ Merge of http://go/wvgerrit/89705 ] Test: Android and Linux unit tests Bug: 134460638 Change-Id: Ieb84296eefd00478260ebc42d242f9bef2d8c8d1
This commit is contained in:
@@ -121,7 +121,7 @@ class CdmEngineMetricsImpl : public T {
|
||||
CdmLicenseType* license_type,
|
||||
CdmKeySetId* key_set_id) override {
|
||||
if (license_type == nullptr) {
|
||||
LOGE("CdmEngine::AddKey: license_type cannot be null.");
|
||||
LOGE("|license_type| cannot be null");
|
||||
return PARAMETER_NULL;
|
||||
}
|
||||
|
||||
|
||||
@@ -406,7 +406,7 @@ class WatchDog {
|
||||
std::string path;
|
||||
if (!wvcdm::Properties::GetDeviceFilesBasePath(wvcdm::kSecurityLevelL3,
|
||||
&path)) {
|
||||
LOGW("WatchDog::FailureFilename: Unable to get base path");
|
||||
LOGW("WatchDog: Unable to get base path");
|
||||
return "/data/l3_failure_file";
|
||||
}
|
||||
path += "l3_failure_file";
|
||||
|
||||
@@ -288,7 +288,7 @@ void WvCdmTestBase::Provision(size_t max_attempts) {
|
||||
binary_prov_request.begin(), binary_prov_request.end())));
|
||||
}
|
||||
|
||||
LOGV("WvCdmTestBase::Provision: req=%s", prov_request.c_str());
|
||||
LOGV("Provisioning request: req = %s", prov_request.c_str());
|
||||
|
||||
// Ignore URL provided by CdmEngine. Use ours, as configured
|
||||
// for test vs. production server.
|
||||
|
||||
Reference in New Issue
Block a user