Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a6d1487 authored by Gloria Wang's avatar Gloria Wang
Browse files

Disable some logs

Change-Id: I05fcf6869916504367814fd2abd2b1af88619f5b
parent 02a1db7d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -559,8 +559,6 @@ DecryptHandle* BpDrmManagerService::openDecryptSession(
            handle->decryptInfo = new DecryptInfo();
            handle->decryptInfo->decryptBufferLength = reply.readInt32();
        }
    } else {
        LOGE("no decryptHandle is generated in service side");
    }
    return handle;
}
@@ -1232,8 +1230,6 @@ status_t BnDrmManagerService::onTransact(
                reply->writeInt32(handle->decryptInfo->decryptBufferLength);
                delete handle->decryptInfo; handle->decryptInfo = NULL;
            }
        } else {
            LOGE("NULL decryptHandle is returned");
        }
        delete handle; handle = NULL;
        return DRM_NO_ERROR;
+0 −1
Original line number Diff line number Diff line
@@ -383,7 +383,6 @@ DecryptHandle* DrmManager::openDecryptSession(int uniqueId, int fd, int offset,

    if (DRM_NO_ERROR != result) {
        delete handle; handle = NULL;
        LOGE("DrmManager::openDecryptSession: no capable plug-in found");
    }

    return handle;