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

Commit 6eac229e 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

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

Change-Id: I0830a655744f6571564253b2b8849950c6e4d671
parents 6753057c 750600e0
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();
    }