diff options
| author | 2016-05-03 14:59:05 +0000 | |
|---|---|---|
| committer | 2016-05-03 14:59:07 +0000 | |
| commit | a2c10caef20bbdb447844c09a822073fd0c9d62f (patch) | |
| tree | 7a1c5ac5d8531393b47814192045ff8c7a5dc5b0 | |
| parent | 629b4cfeee24f38b906d0501e87f71970b060b25 (diff) | |
| parent | ded1d3c45be0307b175bd0cace12749e39814b84 (diff) | |
Merge "Remove high-overhead low-signal trace section" into nyc-dev
| -rw-r--r-- | libs/hwui/thread/Task.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/thread/Task.h b/libs/hwui/thread/Task.h index 30b6ff2c3d83..7fcf5931c4b4 100644 --- a/libs/hwui/thread/Task.h +++ b/libs/hwui/thread/Task.h @@ -38,7 +38,6 @@ public: virtual ~Task() { } T getResult() const { - ScopedTrace tracer(ATRACE_TAG_VIEW, "waitForTask"); return mFuture->get(); } |