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

Commit 774999b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "codec2 client: add a missing transaction status check" am: 8fb7ecd8...

Merge "codec2 client: add a missing transaction status check" am: 8fb7ecd8 am: 90871601 am: 99d82f10

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1506257

Change-Id: Ie9dc5afdc40f28f17e71cd454ab68c1543a22dd9
parents c54d504c 99d82f10
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -843,6 +843,11 @@ std::shared_ptr<C2ParamReflector>
                            return;
                        }
                    });
            if (!transStatus.isOk()) {
                LOG(DEBUG) << "SimpleParamReflector -- transaction failed: "
                           << transStatus.description();
                descriptor.reset();
            }
            return descriptor;
        }