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

Commit 4ade1330 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change default wakeup required to true." am: 116f1790

parents 1d6f208f 116f1790
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ class TestWakeupClientServiceImpl final : public WakeupClient::Service {
    // A variable to notify server is stopping.
    std::condition_variable mServerStoppedCv;
    // Whether wakeup AP is required for executing tasks.
    std::atomic<bool> mWakeupRequired = false;
    std::atomic<bool> mWakeupRequired = true;
    std::mutex mLock;
    bool mServerStopped GUARDED_BY(mLock);