Merge "vold: fix idlemaint abort may hold the wakelock" into main am: 1d0290c4fb
am: ba9097a253
am: fb17820f1e
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/2672655 Change-Id: I0c2eb456aa45bfe42e025b2e230aafe931082de4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8e4fa8dd82
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ int RunIdleMaint(bool needGC, const android::sp<android::os::IVoldTaskListener>&
|
|||
idle_maint_stat = IdleMaintStats::kStopped;
|
||||
lk.unlock();
|
||||
|
||||
cv_stop.notify_one();
|
||||
cv_stop.notify_all();
|
||||
|
||||
if (listener) {
|
||||
android::os::PersistableBundle extras;
|
||||
|
|
Loading…
Reference in a new issue