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

Commit 750600e0 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: I87bf1c40d1f0ea392accf8a6c7b2ef82636dedf7
parents 05a8f346 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();
    }