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

Commit f036732c authored by Midas Chien's avatar Midas Chien Committed by Android (Google) Code Review
Browse files

Merge "SF: Fix incorrect early sf gl phase information dumped from SurfaceFlinger"

parents 3db42346 bc5f22fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#define ATRACE_TAG ATRACE_TAG_GRAPHICS

#include "DispSyncSource.h"
#include "DispSyncSource.h"


#include <android-base/stringprintf.h>
#include <android-base/stringprintf.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -4252,7 +4252,7 @@ void SurfaceFlinger::dumpAllLocked(const Vector<String16>& args, size_t& index,
                appEarlyOffset,
                appEarlyOffset,
                sfEarlyOffset,
                sfEarlyOffset,
                appEarlyGlOffset,
                appEarlyGlOffset,
                sfEarlyOffset,
                sfEarlyGlOffset,
                dispSyncPresentTimeOffset, activeConfig->getVsyncPeriod());
                dispSyncPresentTimeOffset, activeConfig->getVsyncPeriod());
    }
    }
    result.append("\n");
    result.append("\n");