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

Commit 73c74698 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Expand mediaextractor dumpsys

Bug: 22775369
Change-Id: I87452084bb5405280c48085fb909aa247055ea01
parent 3876fbcf
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