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

Commit 380e75a1 authored by Chris Tate's avatar Chris Tate Committed by android-build-merger
Browse files

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

am: 970cc6f3

Change-Id: I5867247eb9970609324f365c5ba2330b01bf05e2
parents 674e0f03 970cc6f3
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.