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

Commit 116f1790 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change default wakeup required to true."

parents f0dba4f5 7123885b
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);