diff options
author | John Reck <jreck@google.com> | 2015-05-12 07:17:50 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2015-05-12 11:02:07 -0700 |
commit | 4c9e59d03c2bca38001225b79d01740b8999adfb (patch) | |
tree | 140ff328b9966bdd974a7868c631eebdc1fea76f /libs/hwui/renderthread/DrawFrameTask.cpp | |
parent | 4bd4121d584e16c700ba08828c675b7f906ff331 (diff) |
Unify DrawProfiler/JankStats
Bug: 20822400
Change-Id: I24345c3120440bfce14e8cbe7e880b39f10b744a
Diffstat (limited to 'libs/hwui/renderthread/DrawFrameTask.cpp')
-rw-r--r-- | libs/hwui/renderthread/DrawFrameTask.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/DrawFrameTask.cpp b/libs/hwui/renderthread/DrawFrameTask.cpp index 35391b27cc96..83af4ae80418 100644 --- a/libs/hwui/renderthread/DrawFrameTask.cpp +++ b/libs/hwui/renderthread/DrawFrameTask.cpp @@ -83,8 +83,6 @@ void DrawFrameTask::postAndWait() { void DrawFrameTask::run() { ATRACE_NAME("DrawFrame"); - mContext->profiler().startFrame(); - bool canUnblockUiThread; bool canDrawThisFrame; { |