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

Commit 22cc29a7 authored by Max Spector's avatar Max Spector
Browse files

Revert "Fixing safteynet logging bug from ag/862848 - DO NOT MERGE"

This reverts commit, useless safteynet log, this will NPD first
b3cc78f9.

Change-Id: I8264500d3c4631e01aa6ed2629f3f4d9b409ce6f
parent b3cc78f9
Loading
Loading
Loading
Loading
+1 −7
Original line number Original line Diff line number Diff line
@@ -344,13 +344,7 @@ status_t OMX::getGraphicBufferUsage(


status_t OMX::storeMetaDataInBuffers(
status_t OMX::storeMetaDataInBuffers(
        node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) {
        node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) {
    OMXNodeInstance *instance = findInstance(node);
    return findInstance(node)->storeMetaDataInBuffers(port_index, enable, type);

    if (instance == NULL) {
        android_errorWriteLog(0x534e4554, "26324358");
    }

    return instance->storeMetaDataInBuffers(port_index, enable, type);
}
}


status_t OMX::prepareForAdaptivePlayback(
status_t OMX::prepareForAdaptivePlayback(