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

am: 750600e0d0

* commit '750600e0d04208c77cf71f7a4f09c9dd314c7af3':
  Remove high-overhead low-signal trace section

Change-Id: I0830a655744f6571564253b2b8849950c6e4d671
This commit is contained in:
John Reck
2016-05-03 15:07:22 +00:00
committed by android-build-merger

View File

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