diff options
author | Aaron Whyte <awhyte@google.com> | 2018-03-19 17:46:54 +0000 |
---|---|---|
committer | Aaron Whyte <awhyte@google.com> | 2018-03-19 17:53:48 +0000 |
commit | a6d8fbf4ea634f5f605b2b7db3ca98975f8625b5 (patch) | |
tree | 8feddabd8b5461638c0cc7d0cfe99c62c9e76018 /libs/hwui/JankTracker.h | |
parent | 09979fbee7201b46158c2c033194529e4284ea13 (diff) |
Revert "Break down jank between frame drops vs. triple buffered"
This reverts commit 09979fbee7201b46158c2c033194529e4284ea13.
Reason for revert: Based on stacktraces and change history, I think this is causing a cluster of P crashes.
https://b.corp.google.com/issues?q=(%22android%22%20%22:uirenderer::JankTracker::finishFrame%22)
Bug: 75566601
Bug: 75811585
Bug: 75407175
Bug: 75736222
Bug: 75391447
Bug: 75659839
Change-Id: I59a8c2d8906d347210c77fb3628f5801bc299bfb
Diffstat (limited to 'libs/hwui/JankTracker.h')
-rw-r--r-- | libs/hwui/JankTracker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/JankTracker.h b/libs/hwui/JankTracker.h index 110211eda23a..dc6a7ff5ddb7 100644 --- a/libs/hwui/JankTracker.h +++ b/libs/hwui/JankTracker.h @@ -75,7 +75,6 @@ private: std::array<int64_t, NUM_BUCKETS> mThresholds; int64_t mFrameInterval; - nsecs_t mSwapDeadline; // The amount of time we will erase from the total duration to account // for SF vsync offsets with HWC2 blocking dequeueBuffers. // (Vsync + mDequeueBlockTolerance) is the point at which we expect |