Merge "Remove high-overhead low-signal trace section" into nyc-dev

This commit is contained in:
John Reck
2016-05-03 14:59:05 +00:00
committed by Android (Google) Code Review

View File

@@ -38,7 +38,6 @@ public:
virtual ~Task() { }
T getResult() const {
ScopedTrace tracer(ATRACE_TAG_VIEW, "waitForTask");
return mFuture->get();
}