Merge "Remove spurious log message"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f4b4937217
@@ -98,7 +98,6 @@ Return<Status> WVCryptoPlugin::setMediaDrmSession(
|
||||
Return<void> WVCryptoPlugin::setSharedBufferBase(
|
||||
const hidl_memory& base, uint32_t bufferId) {
|
||||
sp<IMemory> hidlMemory = mapMemory(base);
|
||||
ALOGE_IF(hidlMemory == nullptr, "mapMemory returns nullptr");
|
||||
|
||||
// allow mapMemory to return nullptr
|
||||
mSharedBufferMap[bufferId] = hidlMemory;
|
||||
|
||||
Reference in New Issue
Block a user