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

Commit f219deac authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Rename dump methods to dumpState"

parents ad111520 3bcbcab7
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)