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

Commit 11c7582b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "NativeCryptoInfo: fix ctor invocation" into main am: 1f108e02...

Merge "Merge "NativeCryptoInfo: fix ctor invocation" into main am: 1f108e02 am: 7c4ae57f" into udc-dev-plus-aosp am: 3e4cb765

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2652628



Change-Id: I63b4a68a7bd15651f1881b6c3bf24fc4fcadbea1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b40501d0 3e4cb765
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2615,7 +2615,7 @@ static void android_media_MediaCodec_native_queueLinearBlock(
            return;
        }
        auto cryptoInfo =
                cryptoInfoObj ? NativeCryptoInfo{size} : NativeCryptoInfo{env, cryptoInfoObj};
                cryptoInfoObj ? NativeCryptoInfo{env, cryptoInfoObj} : NativeCryptoInfo{size};
        if (env->ExceptionCheck()) {
            // Creation of cryptoInfo failed. Let the exception bubble up.
            return;