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

Commit 90871601 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

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

Change-Id: I47770f632d02aacd1bd03e3af17924b2b958a480
parents 4e781c9b 8fb7ecd8
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;
        }