Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d023da1f authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

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

am: a2c10cae

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

Change-Id: I26b96da6906374c7ed86b93d8e0594a2e7066f9d
parents f1ec91f5 a2c10cae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ public:
    virtual ~Task() { }

    T getResult() const {
        ScopedTrace tracer(ATRACE_TAG_VIEW, "waitForTask");
        return mFuture->get();
    }