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

Commit cccf9268 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Rename dump methods to dumpState"

am: fb14b87d

Change-Id: Iae512389926515efa031b7ef91fd5aaec8ee7785
parents 5c487ff3 fb14b87d
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)