Merge "vold: fix idlemaint abort may hold the wakelock" into main
This commit is contained in:
commit
1d0290c4fb
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