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

Commit 2d859b91 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Fix memory corruption if increaseSamplingN is not called"

parents 050eb328 96369840
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ FastThreadDumpState::FastThreadDumpState() :
    /* mMeasuredWarmupTs({0, 0}), */
    mWarmupCycles(0)
#ifdef FAST_MIXER_STATISTICS
    , mSamplingN(0), mBounds(0)
    , mSamplingN(1), mBounds(0)
#endif
{
    mMeasuredWarmupTs.tv_sec = 0;