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

Commit 23e12020 authored by Gloria Wang's avatar Gloria Wang Committed by Android (Google) Code Review
Browse files

Merge "Disable some logs"

parents b235dee7 5a6d1487
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;