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

Commit 457398c9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Detach thread so stop_measurement doesn't block" into sc-dev am: f5375177 am: 596103af

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14537245

Change-Id: I3e81f232798f1cef91b708512fe4b678465dcc7c
parents b77fcca7 596103af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ void GnssMeasurementInterface::start(const bool enableCorrVecOutputs) {
            std::this_thread::sleep_for(std::chrono::milliseconds(mMinIntervalMillis));
        }
    });
    mThread.detach();
}

void GnssMeasurementInterface::stop() {