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

Commit 3f015483 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 am: 750600e0

am: 6eac229e

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

Change-Id: I439a5b116fdb2db2dd74d408132a81d53ef72db4
parents 8f29452a 6eac229e
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();
    }