Merge "BroadcastRecord's receivers could be null." into tm-dev

This commit is contained in:
Hui Yu
2022-04-08 15:47:51 +00:00
committed by Android (Google) Code Review

View File

@@ -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(