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

Commit 140913c7 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #25779155: Random crash in the system server"

parents 15d8e43c de9c48b3
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) {