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

Commit db0e94b4 authored by Namit Solanki's avatar Namit Solanki Committed by Arne Coucheron
Browse files

surfaceflinger: Fix continuous SF dump.

- Pass false in dumpdrawCycle() to append
  SF dumps for each draw cycle in a file.

Change-Id: Ibea496635b0d5a63e963f01754b5b6ddf8b09b4c
CRs-Fixed: 1099278
parent f83381fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1197,7 +1197,7 @@ void SurfaceFlinger::postComposition(nsecs_t refreshStartTime)
        mAnimFrameTracker.advanceFrame();
    }

    dumpDrawCycle(true);
    dumpDrawCycle(false);

    if (hw->getPowerMode() == HWC_POWER_MODE_OFF) {
        return;