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

Commit 596103af 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

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

Change-Id: I2112e275c33f7030195af1f097b1a5f919f066ba
parents 3da0f88d f5375177
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() {