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

Commit 99d82f10 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 am: 90871601

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

Change-Id: I6307f2f0dc5d5ef12b52b39496e95a860fddd88c
parents 8445eaab 90871601
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;
        }