commit | 85a8cfc8a663277a6d2ae72f7ae4739aa4c90205 | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Tue Sep 10 14:29:19 2013 -0700 |
committer | The Android Automerger <android-build@google.com> | Tue Sep 10 14:29:19 2013 -0700 |
tree | b364d80b6dec86d85a1e384bd575b33add53e119 | |
parent | ff9ec2d9990fbf9a707df063f3d43e9169bdde16 [diff] | |
parent | d3a0681309c2e23211bc78f21e046d24024c0d48 [diff] |
merge in klp-release history after reset to klp-dev
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index 1719c22..9b84c3e 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp
@@ -249,6 +249,9 @@ if (events[n].data.ptr) (*(void (*)())events[n].data.ptr)(); } + + if (!nevents) + periodic_chores(); } return;