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

Commit de9c48b3 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #25779155: Random crash in the system server

Change-Id: I7c6ef4dcb9b88ca2d9b54010b2007b6bf88f9958
parent 67de4945
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2769,8 +2769,10 @@ class AlarmManagerService extends SystemService {
        }

        @Override public void onUidIdle(int uid) throws RemoteException {
            synchronized (mLock) {
                removeForStoppedLocked(uid);
            }
        }
    };

    private final BroadcastStats getStatsLocked(PendingIntent pi) {