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

Commit fb14b87d authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Rename dump methods to dumpState"

parents 944706f4 6cd0e573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ void SurfaceMediaSource::dump(
    Mutex::Autolock lock(mMutex);

    result.append(buffer);
    mConsumer->dump(result, "");
    mConsumer->dumpState(result, "");
}

status_t SurfaceMediaSource::setFrameRate(int32_t fps)