Merge "Removed a few more log prefixes in core/"
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user