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

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

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

parents 056339b7 4ade1330
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);