commit | 2efba596d369bdc668dc5ebd5ac6113baf0cda99 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Tue Jul 25 13:14:32 2017 +0100 |
committer | Neil Fuller <nfuller@google.com> | Wed Jul 26 14:08:51 2017 +0100 |
tree | 1659140a169d9904d7956f648041195f4a51ae0c | |
parent | a6eed85c8b8306aa08c0fd5f4dcf8d5e477f513c [diff] |
Remove TODO related to WakeLocks There's no need to keep a WakeLock in the RulesManager - if the device goes to sleep it should continue the work when it wakes up again. All I/O is handled via AtomicFile and should be robust to corruption, etc. and this reduces the likelihood of issues caused by sudden sleeps. Bug: 31008728 Test: make Change-Id: I3d5076ca7d2f39076f76bdb745cedde214eac21b (cherry picked from commit 6995c57d8ef7e9b1a11c4dbdcfa7dd9d2fc88911)