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

Commit cc1fb7b1 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

MediaCodec: report message from CodecErrorLog

Bug: 267190033
Test: atest android.mediav2.cts.CodecUnitTest
Change-Id: Idd1adae38328ada955999a8cecb7ce14c75ea52e
parent 43957576
Loading
Loading
Loading
Loading
+173 −90

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ struct JMediaCodec : public AHandler {

    const sp<ICrypto> &getCrypto() { return mCrypto; }

    std::string getExceptionMessage(const char *msg) const;

protected:
    virtual ~JMediaCodec();