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

Commit 505838ed authored by huiyu's avatar huiyu
Browse files

BroadcastRecord's receivers could be null.

Bug: 227729678
Test: adb shell "am broadcast -a android.intent.action.BOOT_COMPLETED -n com.android.providers.media/.MediaScannerReceiver"
Change-Id: Idf4076a3e7d6e67bb00d3e90f479166e5b8682f4
parent 8629d70a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1918,7 +1918,7 @@ public final class BroadcastQueue {
                            + " completeLatency:" + completeLatency
                            + " dispatchRealLatency:" + dispatchRealLatency
                            + " completeRealLatency:" + completeRealLatency
                            + " receiversSize:" + r.receivers.size()
                            + " receiversSize:" + numReceivers
                            + " userId:" + r.userId
                            + " userType:" + (userInfo != null? userInfo.userType : null));
            FrameworkStatsLog.write(