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

Commit f5375177 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Detach thread so stop_measurement doesn't block" into sc-dev

parents 827e8070 26c76353
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() {