Merge "vold: fix idlemaint abort may hold the wakelock" into main am: 1d0290c4fb
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/2672655 Change-Id: I94c330852d10c8c9eda83023d50f8ad0252ade28 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ba9097a253
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