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

Commit e5a27e76 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: I5224df3245464793b4196ae0da340f39dc31537d
parents 2d58aba8 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() {