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

Commit aaacd001 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Expand mediaextractor dumpsys" into nyc-dev

parents 429b9fcb 73c74698
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -155,4 +155,8 @@ uint32_t JMediaDataSource::getFlags() {
    return 0;
}

String8 JMediaDataSource::toString() {
    return String8::format("JMediaDataSource(pid %d, uid %d)", getpid(), getuid());
}

}  // namespace android
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ public:
    virtual status_t getSize(off64_t* size);
    virtual void close();
    virtual uint32_t getFlags();
    virtual String8 toString();

private:
    // Protect all member variables with mLock because this object will be