Remove spurious error log message
In change id Ie2f306bce6aec697ae584da3f55b3cf72edaa07b, a shared memory leak was fixed using a workaround that maintained compatibility with the frozen DRM HAL API 1.1. Unfortunately it triggered an error log message that was no longer an error condition. This change just removes the log line to avoid raising undue concerns. Change-Id: I9abe08ef5ab86b2f8589a5c1e5c5175e19ab09d2 Test: Compiles Bug:111131173
This commit is contained in:
parent
dcbd63920b
commit
3418cd6077
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ namespace implementation {
|
|||
Return<void> CryptoPlugin::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;
|
||||
|
|
Loading…
Reference in a new issue