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

Commit a2c10cae authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

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

parents 629b4cfe ded1d3c4
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();
    }