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

Commit 492fecd8 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

codec2 client: add a missing transaction status check

Bug: 172493446
Test: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small
Change-Id: I209d6c4e1cd6d278532172aeaf05bd9557304eea
parent b96da753
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;
        }