Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9c057c3 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Don't walk mutexed collections outside the mutex" into nyc-mr1-dev

parents 87488ac8 7b5b7cb6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2547,11 +2547,13 @@ class AlarmManagerService extends SystemService {
                } else {
                    // Just in case -- even though no wakeup flag was set, make sure
                    // we have updated the kernel to the next alarm time.
                    synchronized (mLock) {
                        rescheduleKernelAlarmsLocked();
                    }
                }
            }
        }
    }

    /**
     * Attribute blame for a WakeLock.